Html Css Color HEX #FE8132 Burnt Orange

📋 copy color: '#FE8132'

red 254 ◦ green 129 ◦ blue 50

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

Shades of Burnt Orange #FE8132

Tints of Burnt Orange #FE8132

RGB

 RED value IS 254 (99.61% from 255) = 58.66%

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

 BLUE value IS 50 (19.92% from 255) = 11.55%

R = 58.66%
G = 29.79%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FE8132 (or 0xFE8132) is known color: Burnt Orange. HEX triplet: FE, 81 and 32. RGB value is (254,129,50). Sum of RGB (Red+Green+Blue) = 254+129+50=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 50 (19.92% from 255 or 11.55% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8132 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8132 is #017ECD. Grayscale: #9D9D9D. Windows color (decimal): -97998 or 3310078. OLE color: 3310078.

HSL color Cylindrical-coordinate representation of color #FE8132: hue angle of 23.24º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE8132 is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 129 50 -
CMYK 0 0.49 0.80 0.00
HSL 23.24º 0.99% 0.6% -
HSV(B) 23.24º 0.8% 1% -
XYZ 49.3 37 7.56 -
YUV 157.37 67.41 196.92 -
System Red Green Blue C M Y K H S L
Decimal 254 129 50 0 0.49 0.80 0.00 23.24 0.99 0.6
Hex FE 81 32 0 31 50 0 17 63 3C
Octal 376 201 62 0 61 120 0 27 143 74
Binary 11111110 10000001 110010 0 110001 1010000 0 10111 1100011 111100

Color Harmonies of #FE8132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8132

Black with #FE8132

Text Example


Text Example

White with #FE8132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8132; }

 p { color: rgb(254,129,50); }

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

background-color css

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

 a { background-color: rgb(254,129,50); }

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

border-color css

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

 span { border-color: rgb(254,129,50); }

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