Color Hex Logo

#f1905a Color Hex

#F1905A
(241,144,90)
0 Favorites   0 Comments

Color spaces of #f1905a

RGB 24114490
HSL0.060.840.65
HSV21°63°95°
CMYK 0.000.400.63   0.05
XYZ48.094339.385514.7402
Yxy39.38550.47050.3853
Hunter Lab62.757926.966730.0048
CIE-Lab69.029631.925943.9089

#f1905a color RGB value is (241,144,90).

#f1905a hex color red value is 241, green value is 144 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #f1905a hue: 0.06 , saturation: 0.84 and the lightness value of f1905a is 0.65.

The process color (four color CMYK) of #f1905a color hex is 0.00, 0.40, 0.63, 0.05. Web safe color of #f1905a is #ff9966. Color #f1905a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010000 01011010
Octal 361 220 132
Decimal 241 144 90
Hex F1 90 5A

RGB Percentages of Color #f1905a

%50.74
%30.32
%18.95

CMYK Percentages of Color #f1905a

%0
%40
%63
%5

Triadic Colors of #f1905a

#f1905a #5af190 #905af1

Analogous Colors of #f1905a

#f1905a #f1dc5a #f15a70

Monochromatic Colors of #f1905a

#f1905a

Complementary Color

#f1905a #5abbf1

#f1905a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1905a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1905a Color CSS Codes

.mybgcolor {background-color:#f1905a; } 
.myforecolor {color:#f1905a; }
.mybordercolor {border:3px solid #f1905a; }

#f1905a Text Font Color

<p style="color:#f1905a">Text here</p>

This sample text font color is #f1905a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f1905a Background Color

<div style="background-color:#f1905a">
Div content here</div>

This div background color is #f1905a


#f1905a Border Color

<div style="border:3px solid #f1905a">
Div here</div>

This div border color is #f1905a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,144,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f1905a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f1905a;
  -webkit-box-shadow: 1px 1px 3px 2px #f1905a;
  box-shadow:         1px 1px 3px 2px #f1905a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,144,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f1905a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f1905a;
  -webkit-box-shadow: 1px 1px 3px 2px #f1905a;
  box-shadow:         1px 1px 3px 2px #f1905a;">
Div content here</div>

This div box has shadow with color #f1905a


Comments

No comments written yet.

Please login to write comment.