Color Hex Logo

#fc510b Color Hex

#FC510B
(252,81,11)
0 Favorites   0 Comments

Color spaces of #fc510b

RGB 2528111
HSL0.050.980.52
HSV17°96°99°
CMYK 0.000.680.96   0.01
XYZ43.147726.60453.1776
Yxy26.60450.59160.3648
Hunter Lab51.579659.055932.4531
CIE-Lab58.606462.696367.0561

#fc510b color RGB value is (252,81,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010001 00001011
Octal 374 121 13
Decimal 252 81 11
Hex FC 51 B

RGB Percentages of Color #fc510b

%73.26
%23.55
%3.20

CMYK Percentages of Color #fc510b

%0
%68
%96
%1

Triadic Colors of #fc510b

#fc510b #0bfc51 #510bfc

Analogous Colors of #fc510b

#fc510b #fcca0b #fc0b3e

Monochromatic Colors of #fc510b

#fc510b

Complementary Color

#fc510b #0bb6fc

#fc510b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc510b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc510b Color CSS Codes

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

#fc510b Text Font Color

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

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


#fc510b Background Color

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

This div background color is #fc510b


#fc510b Border Color

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

This div border color is #fc510b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc510b

Related Colors

#fc510b Color Palettes


Comments

No comments written yet.

Please login to write comment.