Html Css Color HEX #FC8037 Burnt Orange

📋 copy color: '#FC8037'

red 252 ◦ green 128 ◦ blue 55

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

Shades of Burnt Orange #FC8037

Tints of Burnt Orange #FC8037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.64%

R = 57.93%
G = 29.43%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FC8037 (or 0xFC8037) is known color: Burnt Orange. HEX triplet: FC, 80 and 37. RGB value is (252,128,55). Sum of RGB (Red+Green+Blue) = 252+128+55=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 55 (21.88% from 255 or 12.64% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8037 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8037 is #037FC8. Grayscale: #9D9D9D. Windows color (decimal): -229321 or 3637500. OLE color: 3637500.

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

Color convert

RGB 252 128 55 -
CMYK 0 0.49 0.78 0.01
HSL 22.23º 0.97% 0.6% -
HSV(B) 22.23º 0.78% 0.99% -
XYZ 48.55 36.41 8.08 -
YUV 156.75 70.58 195.94 -
System Red Green Blue C M Y K H S L
Decimal 252 128 55 0 0.49 0.78 0.01 22.23 0.97 0.6
Hex FC 80 37 0 31 4E 1 16 61 3C
Octal 374 200 67 0 61 116 1 26 141 74
Binary 11111100 10000000 110111 0 110001 1001110 1 10110 1100001 111100

Color Harmonies of #FC8037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8037

Black with #FC8037

Text Example


Text Example

White with #FC8037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8037; }

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

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

background-color css

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

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

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

border-color css

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

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

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