Color Hex Logo

#f96440 Color Hex

#F96440
(249,100,64)
0 Favorites   0 Comments

Color spaces of #f96440

RGB 24910064
HSL0.030.940.61
HSV12°74°98°
CMYK 0.000.600.74   0.02
XYZ44.549529.62428.2205
Yxy29.62420.54070.3595
Hunter Lab54.428150.853329.1449
CIE-Lab61.328655.080148.7955

#f96440 color RGB value is (249,100,64).

#f96440 hex color red value is 249, green value is 100 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #f96440 hue: 0.03 , saturation: 0.94 and the lightness value of f96440 is 0.61.

The process color (four color CMYK) of #f96440 color hex is 0.00, 0.60, 0.74, 0.02. Web safe color of #f96440 is #ff6633. Color #f96440 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100100 01000000
Octal 371 144 100
Decimal 249 100 64
Hex F9 64 40

RGB Percentages of Color #f96440

%60.29
%24.21
%15.50

CMYK Percentages of Color #f96440

%0
%60
%74
%2

Triadic Colors of #f96440

#f96440 #40f964 #6440f9

Analogous Colors of #f96440

#f96440 #f9c140 #f94079

Monochromatic Colors of #f96440

#f96440

Complementary Color

#f96440 #40d5f9

#f96440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96440 Color CSS Codes

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

#f96440 Text Font Color

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

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


#f96440 Background Color

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

This div background color is #f96440


#f96440 Border Color

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

This div border color is #f96440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96440


Comments

No comments written yet.

Please login to write comment.