Html Css Color HEX #FC8131 Burnt Orange

📋 copy color: '#FC8131'

red 252 ◦ green 129 ◦ blue 49

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

Shades of Burnt Orange #FC8131

Tints of Burnt Orange #FC8131

RGB

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

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

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

R = 58.6%
G = 30%
B = 11.4%

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

#FC8131 (or 0xFC8131) is known color: Burnt Orange. HEX triplet: FC, 81 and 31. RGB value is (252,129,49). Sum of RGB (Red+Green+Blue) = 252+129+49=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 49 (19.53% from 255 or 11.40% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8131 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8131 is #037ECE. Grayscale: #9D9D9D. Windows color (decimal): -229071 or 3244540. OLE color: 3244540.

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

Color convert

RGB 252 129 49 -
CMYK 0 0.49 0.81 0.01
HSL 23.65º 0.97% 0.59% -
HSV(B) 23.65º 0.81% 0.99% -
XYZ 48.55 36.62 7.41 -
YUV 156.66 67.25 196 -
System Red Green Blue C M Y K H S L
Decimal 252 129 49 0 0.49 0.81 0.01 23.65 0.97 0.59
Hex FC 81 31 0 31 51 1 18 61 3B
Octal 374 201 61 0 61 121 1 30 141 73
Binary 11111100 10000001 110001 0 110001 1010001 1 11000 1100001 111011

Color Harmonies of #FC8131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8131

Black with #FC8131

Text Example


Text Example

White with #FC8131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8131; }

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

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

background-color css

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

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

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

border-color css

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

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

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