color codes Logo

#fc821f color codes

#FC821F
(252,130,31)
0 Favorites   0 Comments

Color spaces of #fc821f

RGB 25213031
HSL0.070.970.55
HSV27°88°99°
CMYK 0.000.480.88   0.01
XYZ48.374836.75965.8420
Yxy36.75960.53170.4041
Hunter Lab60.629736.318436.7279
CIE-Lab67.096341.032367.8360

#fc821f color RGB value is (252,130,31).

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

The process color (four color CMYK) of #fc821f color code is 0.00, 0.48, 0.88, 0.01. Web safe color of #fc821f is #ff9933. Color #fc821f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000010 00011111
Octal 374 202 37
Decimal 252 130 31
Hex FC 82 1F

RGB Percentages of Color #fc821f

%61.02
%31.48
%7.51

CMYK Percentages of Color #fc821f

%0
%48
%88
%1

Triadic Colors of #fc821f

#fc821f #1ffc82 #821ffc

Analogous Colors of #fc821f

#fc821f #fcf11f #fc1f2a

Monochromatic Colors of #fc821f

#fc821f

Complementary Color

#fc821f #1f99fc

#fc821f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc821f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc821f Color CSS Codes

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

#fc821f Text Font Color

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

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


#fc821f Background Color

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

This div background color is #fc821f


#fc821f Border Color

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

This div border color is #fc821f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc821f


Comments

No comments written yet.

Please login to write comment.