Html Css Color HEX #FC802D Burnt Orange

📋 copy color: '#FC802D'

red 252 ◦ green 128 ◦ blue 45

#FC802D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Orange #FC802D

Tints of Burnt Orange #FC802D

RGB

 RED value IS 252 (98.83% from 255) = 59.29%

 GREEN value IS 128 (50.39% from 255) = 30.12%

 BLUE value IS 45 (17.97% from 255) = 10.59%

R = 59.29%
G = 30.12%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FC802D (or 0xFC802D) is known color: Burnt Orange. HEX triplet: FC, 80 and 2D. RGB value is (252,128,45). Sum of RGB (Red+Green+Blue) = 252+128+45=425 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.29% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 45 (17.97% from 255 or 10.59% from 425); Max value from RGB is 252 - color contains mainly: red. Hex color #FC802D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC802D is #037FD2. Grayscale: #9C9C9C. Windows color (decimal): -229331 or 2982140. OLE color: 2982140.

HSL color Cylindrical-coordinate representation of color #FC802D: hue angle of 24.06º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC802D is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 128 45 -
CMYK 0 0.49 0.82 0.01
HSL 24.06º 0.97% 0.58% -
HSV(B) 24.06º 0.82% 0.99% -
XYZ 48.34 36.32 6.95 -
YUV 155.61 65.58 196.75 -
System Red Green Blue C M Y K H S L
Decimal 252 128 45 0 0.49 0.82 0.01 24.06 0.97 0.58
Hex FC 80 2D 0 31 52 1 18 61 3A
Octal 374 200 55 0 61 122 1 30 141 72
Binary 11111100 10000000 101101 0 110001 1010010 1 11000 1100001 111010

Color Harmonies of #FC802D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC802D

Black with #FC802D

Text Example


Text Example

White with #FC802D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC802D; }

 p { color: rgb(252,128,45); }

 H1.HeaderClassName
 {
   color: #FC802D;
 }
 .AnyTagClassName
 {
   color: #FC802D;
 }
</style>

background-color css

<style>
 a { background-color: #FC802D; }

 a { background-color: rgb(252,128,45); }

 div.DivClassName
 {
   background-color: #FC802D;
 }
 .BgClassName
 {
   background-color: #FC802D;
 }
</style>

border-color css

<style>
 span { border-color: #FC802D; }

 span { border-color: rgb(252,128,45); }

 td.TdClassName
 {
   border-color: #FC802D;
 }
 .TagClassName
 {
   border-color: #FC802D;
 }
</style>