Color Hex Logo

#f9665b Color Hex

#F9665B
(249,102,91)
0 Favorites   0 Comments

Color spaces of #f9665b

RGB 24910291
HSL0.010.930.67
HSV63°98°
CMYK 0.000.590.63   0.02
XYZ45.706630.397813.3559
Yxy30.39780.51090.3398
Hunter Lab55.134251.492824.2313
CIE-Lab61.995955.537635.1029

#f9665b color RGB value is (249,102,91).

#f9665b hex color red value is 249, green value is 102 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #f9665b hue: 0.01 , saturation: 0.93 and the lightness value of f9665b is 0.67.

The process color (four color CMYK) of #f9665b color hex is 0.00, 0.59, 0.63, 0.02. Web safe color of #f9665b is #ff6666. Color #f9665b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100110 01011011
Octal 371 146 133
Decimal 249 102 91
Hex F9 66 5B

RGB Percentages of Color #f9665b

%56.33
%23.08
%20.59

CMYK Percentages of Color #f9665b

%0
%59
%63
%2

Triadic Colors of #f9665b

#f9665b #5bf966 #665bf9

Analogous Colors of #f9665b

#f9665b #f9b55b #f95b9f

Monochromatic Colors of #f9665b

#f9665b

Complementary Color

#f9665b #5beef9

#f9665b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9665b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9665b Color CSS Codes

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

#f9665b Text Font Color

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

This sample text font color is #f9665b
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.


#f9665b Background Color

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

This div background color is #f9665b


#f9665b Border Color

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

This div border color is #f9665b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,102,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f9665b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f9665b;
  -webkit-box-shadow: 1px 1px 3px 2px #f9665b;
  box-shadow:         1px 1px 3px 2px #f9665b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,102,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9665b


Comments

No comments written yet.

Please login to write comment.