#FE7F39

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

Shades of Burnt Orange #FE7F39

Tints of Burnt Orange #FE7F39

Color information

#FE7F39 (or 0xFE7F39) is unknown color: approx Burnt Orange. HEX triplet: FE, 7F and 39. RGB value is (254,127,57). Sum of RGB (Red+Green+Blue) = 254+127+57=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 57 (22.66% from 255 or 13.01% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F39 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7F39 is #0180C6. Grayscale: #9D9D9D. Windows color (decimal): -98503 or 3768318. OLE color: 3768318.

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

Color convert

RGB25412757-
CMYK00.500.780.00
HSL21.32º98.99%60.98%-
HSV(B)21.32º77.56%99.61%-
XYZ49.236.548.33-
YUV156.9971.58197.19-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.99%
GREEN value IS 127 (50% from 255) = 29.00%
BLUE value IS 57 (22.66% from 255) = 13.01%
R=57.99%
G=29.00%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.78
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541275700.500.780.0021.3298.9960.98
HexFE7F390324E015633d
Octal3761777106211602514375
Binary111111101111111111001011001010011100101011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7F39; }

 p { color: rgb(254,127,57); }

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

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

 a { background-color: rgb(254,127,57); }

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

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

 span { border-color: rgb(254,127,57); }

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