Html Css Color HEX #FC812D Burnt Orange

📋 copy color: '#FC812D'

red 252 ◦ green 129 ◦ blue 45

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

Shades of Burnt Orange #FC812D

Tints of Burnt Orange #FC812D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.28%

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

R = 59.15%
G = 30.28%
B = 10.56%

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

#FC812D (or 0xFC812D) is known color: Burnt Orange. HEX triplet: FC, 81 and 2D. RGB value is (252,129,45). Sum of RGB (Red+Green+Blue) = 252+129+45=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 45 (17.97% from 255 or 10.56% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC812D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC812D is #037ED2. Grayscale: #9C9C9C. Windows color (decimal): -229075 or 2982396. OLE color: 2982396.

HSL color Cylindrical-coordinate representation of color #FC812D: hue angle of 24.35º 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 #FC812D is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 129 45 -
CMYK 0 0.49 0.82 0.01
HSL 24.35º 0.97% 0.58% -
HSV(B) 24.35º 0.82% 0.99% -
XYZ 48.47 36.59 6.99 -
YUV 156.2 65.25 196.33 -
System Red Green Blue C M Y K H S L
Decimal 252 129 45 0 0.49 0.82 0.01 24.35 0.97 0.58
Hex FC 81 2D 0 31 52 1 18 61 3A
Octal 374 201 55 0 61 122 1 30 141 72
Binary 11111100 10000001 101101 0 110001 1010010 1 11000 1100001 111010

Color Harmonies of #FC812D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC812D

Black with #FC812D

Text Example


Text Example

White with #FC812D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC812D; }

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

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

background-color css

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

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

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

border-color css

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

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

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