Html Css Color HEX #FC8130 Burnt Orange

📋 copy color: '#FC8130'

red 252 ◦ green 129 ◦ blue 48

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

Shades of Burnt Orange #FC8130

Tints of Burnt Orange #FC8130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.19%

R = 58.74%
G = 30.07%
B = 11.19%

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

#FC8130 (or 0xFC8130) is known color: Burnt Orange. HEX triplet: FC, 81 and 30. RGB value is (252,129,48). Sum of RGB (Red+Green+Blue) = 252+129+48=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 48 (19.14% from 255 or 11.19% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8130 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8130 is #037ECF. Grayscale: #9C9C9C. Windows color (decimal): -229072 or 3179004. OLE color: 3179004.

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

Color convert

RGB 252 129 48 -
CMYK 0 0.49 0.81 0.01
HSL 23.82º 0.97% 0.59% -
HSV(B) 23.82º 0.81% 0.99% -
XYZ 48.53 36.61 7.3 -
YUV 156.54 66.75 196.09 -
System Red Green Blue C M Y K H S L
Decimal 252 129 48 0 0.49 0.81 0.01 23.82 0.97 0.59
Hex FC 81 30 0 31 51 1 18 61 3B
Octal 374 201 60 0 61 121 1 30 141 73
Binary 11111100 10000001 110000 0 110001 1010001 1 11000 1100001 111011

Color Harmonies of #FC8130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8130

Black with #FC8130

Text Example


Text Example

White with #FC8130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8130; }

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

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

background-color css

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

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

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

border-color css

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

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

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