#FE802D

Color #FE802D Burnt Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Orange #FE802D

Tints of Burnt Orange #FE802D

Color information

#FE802D (or 0xFE802D) is unknown color: approx Burnt Orange. HEX triplet: FE, 80 and 2D. RGB value is (254,128,45). Sum of RGB (Red+Green+Blue) = 254+128+45=427 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.48% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 45 (17.97% from 255 or 10.54% from 427); Max value from RGB is 254 - color contains mainly: red. Hex color #FE802D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE802D is #017FD2. Grayscale: #9C9C9C. Windows color (decimal): -98259 or 2982142. OLE color: 2982142.

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

Color convert

RGB25412845-
CMYK00.500.820.00
HSL23.83º99.05%58.63%-
HSV(B)23.83º82.28%99.61%-
XYZ49.0736.76.98-
YUV156.2165.24197.75-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 59.48%
GREEN value IS 128 (50.39% from 255) = 29.98%
BLUE value IS 45 (17.97% from 255) = 10.54%
R=59.48%
G=29.98%
B=10.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.82
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541284500.500.820.0023.8399.0558.63
HexFE802D03252018633b
Octal3762005506212203014373
Binary1111111010000000101101011001010100100110001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE802D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE802D; }

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

 H1.HeaderClassName
 {
   color: #FE802D;
 }
 .AnyTagClassName
 {
   color: #FE802D;
 }
</style>
background-color css

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

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

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

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

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

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