Color Hex Logo

#fc500b Color Hex

#FC500B
(252,80,11)
0 Favorites   0 Comments

Color spaces of #fc500b

RGB 2528011
HSL0.050.980.52
HSV17°96°99°
CMYK 0.000.680.96   0.01
XYZ43.073926.45693.1531
Yxy26.45690.59260.3640
Hunter Lab51.436359.466532.3708
CIE-Lab58.468263.072966.9764

#fc500b color RGB value is (252,80,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010000 00001011
Octal 374 120 13
Decimal 252 80 11
Hex FC 50 B

RGB Percentages of Color #fc500b

%73.47
%23.32
%3.21

CMYK Percentages of Color #fc500b

%0
%68
%96
%1

Triadic Colors of #fc500b

#fc500b #0bfc50 #500bfc

Analogous Colors of #fc500b

#fc500b #fcc90b #fc0b3e

Monochromatic Colors of #fc500b

#fc500b

Complementary Color

#fc500b #0bb7fc

#fc500b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc500b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc500b Color CSS Codes

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

#fc500b Text Font Color

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

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


#fc500b Background Color

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

This div background color is #fc500b


#fc500b Border Color

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

This div border color is #fc500b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc500b


Comments

No comments written yet.

Please login to write comment.