Color Hex Logo

#fc802d Color Hex

#FC802D
(252,128,45)
0 Favorites   0 Comments

Color spaces of #fc802d

RGB 25212845
HSL0.070.970.58
HSV24°82°99°
CMYK 0.000.490.82   0.01
XYZ48.337736.32336.9460
Yxy36.32330.52770.3965
Hunter Lab60.268837.692835.3550
CIE-Lab66.766242.352962.7866

#fc802d color RGB value is (252,128,45).

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

The process color (four color CMYK) of #fc802d color hex is 0.00, 0.49, 0.82, 0.01. Web safe color of #fc802d is #ff9933. Color #fc802d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000000 00101101
Octal 374 200 55
Decimal 252 128 45
Hex FC 80 2D

RGB Percentages of Color #fc802d

%59.29
%30.12
%10.59

CMYK Percentages of Color #fc802d

%0
%49
%82
%1

Triadic Colors of #fc802d

#fc802d #2dfc80 #802dfc

Analogous Colors of #fc802d

#fc802d #fce82d #fc2d42

Monochromatic Colors of #fc802d

#fc802d

Complementary Color

#fc802d #2da9fc

#fc802d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc802d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc802d Color CSS Codes

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

#fc802d Text Font Color

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

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


#fc802d Background Color

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

This div background color is #fc802d


#fc802d Border Color

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

This div border color is #fc802d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc802d


Comments

No comments written yet.

Please login to write comment.