Color Hex Logo

#f9470c Color Hex

#F9470C
(249,71,12)
0 Favorites   0 Comments

Color spaces of #f9470c

RGB 2497112
HSL0.040.950.51
HSV15°95°98°
CMYK 0.000.710.95   0.02
XYZ41.386524.67282.9288
Yxy24.67280.59990.3576
Hunter Lab49.671761.800831.2743
CIE-Lab56.755265.374565.5152

#f9470c color RGB value is (249,71,12).

#f9470c hex color red value is 249, green value is 71 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #f9470c hue: 0.04 , saturation: 0.95 and the lightness value of f9470c is 0.51.

The process color (four color CMYK) of #f9470c color hex is 0.00, 0.71, 0.95, 0.02. Web safe color of #f9470c is #ff3300. Color #f9470c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000111 00001100
Octal 371 107 14
Decimal 249 71 12
Hex F9 47 C

RGB Percentages of Color #f9470c

%75.00
%21.39
%3.61

CMYK Percentages of Color #f9470c

%0
%71
%95
%2

Triadic Colors of #f9470c

#f9470c #0cf947 #470cf9

Analogous Colors of #f9470c

#f9470c #f9be0c #f90c48

Monochromatic Colors of #f9470c

#f9470c

Complementary Color

#f9470c #0cbef9

#f9470c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9470c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9470c Color CSS Codes

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

#f9470c Text Font Color

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

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


#f9470c Background Color

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

This div background color is #f9470c


#f9470c Border Color

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

This div border color is #f9470c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9470c


Comments

No comments written yet.

Please login to write comment.