Html Css Color HEX #FC8031 Burnt Orange

📋 copy color: '#FC8031'

red 252 ◦ green 128 ◦ blue 49

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

Shades of Burnt Orange #FC8031

Tints of Burnt Orange #FC8031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.42%

R = 58.74%
G = 29.84%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC8031 (or 0xFC8031) is known color: Burnt Orange. HEX triplet: FC, 80 and 31. RGB value is (252,128,49). Sum of RGB (Red+Green+Blue) = 252+128+49=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 49 (19.53% from 255 or 11.42% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8031 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8031 is #037FCE. Grayscale: #9C9C9C. Windows color (decimal): -229327 or 3244284. OLE color: 3244284.

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

Color convert

RGB 252 128 49 -
CMYK 0 0.49 0.81 0.01
HSL 23.35º 0.97% 0.59% -
HSV(B) 23.35º 0.81% 0.99% -
XYZ 48.42 36.36 7.37 -
YUV 156.07 67.58 196.42 -
System Red Green Blue C M Y K H S L
Decimal 252 128 49 0 0.49 0.81 0.01 23.35 0.97 0.59
Hex FC 80 31 0 31 51 1 17 61 3B
Octal 374 200 61 0 61 121 1 27 141 73
Binary 11111100 10000000 110001 0 110001 1010001 1 10111 1100001 111011

Color Harmonies of #FC8031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8031

Black with #FC8031

Text Example


Text Example

White with #FC8031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8031; }

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

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

background-color css

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

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

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

border-color css

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

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

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