color codes Logo

#fc531f color codes

#FC531F
(252,83,31)
0 Favorites   0 Comments

Color spaces of #fc531f

RGB 2528331
HSL0.040.970.55
HSV14°88°99°
CMYK 0.000.670.88   0.01
XYZ43.485526.98094.2122
Yxy26.98090.58230.3613
Hunter Lab51.943158.535231.5522
CIE-Lab58.956662.187161.5941

#fc531f color RGB value is (252,83,31).

#fc531f hex color red value is 252, green value is 83 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #fc531f hue: 0.04 , saturation: 0.97 and the lightness value of fc531f is 0.55.

The process color (four color CMYK) of #fc531f color code is 0.00, 0.67, 0.88, 0.01. Web safe color of #fc531f is #ff6633. Color #fc531f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010011 00011111
Octal 374 123 37
Decimal 252 83 31
Hex FC 53 1F

RGB Percentages of Color #fc531f

%68.85
%22.68
%8.47

CMYK Percentages of Color #fc531f

%0
%67
%88
%1

Triadic Colors of #fc531f

#fc531f #1ffc53 #531ffc

Analogous Colors of #fc531f

#fc531f #fcc21f #fc1f5a

Monochromatic Colors of #fc531f

#fc531f

Complementary Color

#fc531f #1fc8fc

#fc531f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc531f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc531f Color CSS Codes

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

#fc531f Text Font Color

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

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


#fc531f Background Color

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

This div background color is #fc531f


#fc531f Border Color

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

This div border color is #fc531f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc531f


Comments

No comments written yet.

Please login to write comment.