#FE7F31

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

Shades of Burnt Orange #FE7F31

Tints of Burnt Orange #FE7F31

Color information

#FE7F31 (or 0xFE7F31) is unknown color: approx Burnt Orange. HEX triplet: FE, 7F and 31. RGB value is (254,127,49). Sum of RGB (Red+Green+Blue) = 254+127+49=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 49 (19.53% from 255 or 11.40% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7F31 is #0180CE. Grayscale: #9C9C9C. Windows color (decimal): -98511 or 3244030. OLE color: 3244030.

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

Color convert

RGB25412749-
CMYK00.500.810.00
HSL22.83º99.03%59.41%-
HSV(B)22.83º80.71%99.61%-
XYZ49.0236.477.36-
YUV156.0867.58197.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 59.07%
GREEN value IS 127 (50% from 255) = 29.53%
BLUE value IS 49 (19.53% from 255) = 11.40%
R=59.07%
G=29.53%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.81
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541274900.500.810.0022.8399.0359.41
HexFE7F3103251017633b
Octal3761776106212102714373
Binary111111101111111110001011001010100010101111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7F31; }

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

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

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

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

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

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

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

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