Color Hex Logo

#fc470b Color Hex

#FC470B
(252,71,11)
0 Favorites   0 Comments

Color spaces of #fc470b

RGB 2527111
HSL0.040.980.52
HSV15°96°99°
CMYK 0.000.720.96   0.01
XYZ42.458525.22612.9479
Yxy25.22610.60110.3571
Hunter Lab50.225663.001231.6780
CIE-Lab57.295166.291966.3160

#fc470b color RGB value is (252,71,11).

#fc470b hex color red value is 252, green value is 71 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #fc470b hue: 0.04 , saturation: 0.98 and the lightness value of fc470b is 0.52.

The process color (four color CMYK) of #fc470b color hex is 0.00, 0.72, 0.96, 0.01. Web safe color of #fc470b is #ff3300. Color #fc470b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000111 00001011
Octal 374 107 13
Decimal 252 71 11
Hex FC 47 B

RGB Percentages of Color #fc470b

%75.45
%21.26
%3.29

CMYK Percentages of Color #fc470b

%0
%72
%96
%1

Triadic Colors of #fc470b

#fc470b #0bfc47 #470bfc

Analogous Colors of #fc470b

#fc470b #fcc00b #fc0b48

Monochromatic Colors of #fc470b

#fc470b

Complementary Color

#fc470b #0bc0fc

#fc470b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc470b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc470b Color CSS Codes

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

#fc470b Text Font Color

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

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


#fc470b Background Color

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

This div background color is #fc470b


#fc470b Border Color

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

This div border color is #fc470b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc470b

Related Colors


Comments

No comments written yet.

Please login to write comment.