Color Hex Logo

#f9645a Color Hex

#F9645A
(249,100,90)
0 Favorites   0 Comments

Color spaces of #f9645a

RGB 24910090
HSL0.010.930.66
HSV64°98°
CMYK 0.000.600.64   0.02
XYZ45.469629.992313.0654
Yxy29.99230.51360.3388
Hunter Lab54.765252.363024.1908
CIE-Lab61.647656.360935.2281

#f9645a color RGB value is (249,100,90).

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

The process color (four color CMYK) of #f9645a color hex is 0.00, 0.60, 0.64, 0.02. Web safe color of #f9645a is #ff6666. Color #f9645a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100100 01011010
Octal 371 144 132
Decimal 249 100 90
Hex F9 64 5A

RGB Percentages of Color #f9645a

%56.72
%22.78
%20.50

CMYK Percentages of Color #f9645a

%0
%60
%64
%2

Triadic Colors of #f9645a

#f9645a #5af964 #645af9

Analogous Colors of #f9645a

#f9645a #f9b45a #f95aa0

Monochromatic Colors of #f9645a

#f9645a

Complementary Color

#f9645a #5aeff9

#f9645a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9645a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9645a Color CSS Codes

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

#f9645a Text Font Color

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

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


#f9645a Background Color

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

This div background color is #f9645a


#f9645a Border Color

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

This div border color is #f9645a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,100,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 #f9645a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9645a


Comments

No comments written yet.

Please login to write comment.