Color Hex Logo

#fc570b Color Hex

#FC570B
(252,87,11)
0 Favorites   0 Comments

Color spaces of #fc570b

RGB 2528711
HSL0.050.980.52
HSV19°96°99°
CMYK 0.000.650.96   0.01
XYZ43.613527.53603.3329
Yxy27.53600.58560.3697
Hunter Lab52.474856.526432.9666
CIE-Lab59.467260.364067.5529

#fc570b color RGB value is (252,87,11).

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

The process color (four color CMYK) of #fc570b color hex is 0.00, 0.65, 0.96, 0.01. Web safe color of #fc570b is #ff6600. Color #fc570b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010111 00001011
Octal 374 127 13
Decimal 252 87 11
Hex FC 57 B

RGB Percentages of Color #fc570b

%72.00
%24.86
%3.14

CMYK Percentages of Color #fc570b

%0
%65
%96
%1

Triadic Colors of #fc570b

#fc570b #0bfc57 #570bfc

Analogous Colors of #fc570b

#fc570b #fcd00b #fc0b38

Monochromatic Colors of #fc570b

#fc570b

Complementary Color

#fc570b #0bb0fc

#fc570b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc570b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc570b Color CSS Codes

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

#fc570b Text Font Color

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

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


#fc570b Background Color

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

This div background color is #fc570b


#fc570b Border Color

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

This div border color is #fc570b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc570b


Comments

No comments written yet.

Please login to write comment.