Html Css Color HEX #FE8031 Burnt Orange

📋 copy color: '#FE8031'

red 254 ◦ green 128 ◦ blue 49

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

Shades of Burnt Orange #FE8031

Tints of Burnt Orange #FE8031

RGB

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

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

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

R = 58.93%
G = 29.7%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE8031 (or 0xFE8031) is known color: Burnt Orange. HEX triplet: FE, 80 and 31. RGB value is (254,128,49). Sum of RGB (Red+Green+Blue) = 254+128+49=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 49 (19.53% from 255 or 11.37% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8031 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8031 is #017FCE. Grayscale: #9D9D9D. Windows color (decimal): -98255 or 3244286. OLE color: 3244286.

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

Color convert

RGB 254 128 49 -
CMYK 0 0.50 0.81 0.00
HSL 23.12º 0.99% 0.59% -
HSV(B) 23.12º 0.81% 1% -
XYZ 49.15 36.73 7.41 -
YUV 156.67 67.24 197.42 -
System Red Green Blue C M Y K H S L
Decimal 254 128 49 0 0.50 0.81 0.00 23.12 0.99 0.59
Hex FE 80 31 0 32 51 0 17 63 3B
Octal 376 200 61 0 62 121 0 27 143 73
Binary 11111110 10000000 110001 0 110010 1010001 0 10111 1100011 111011

Color Harmonies of #FE8031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8031

Black with #FE8031

Text Example


Text Example

White with #FE8031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8031; }

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

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

background-color css

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

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

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

border-color css

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

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

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