#FE7D3F

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

Shades of Burnt Orange #FE7D3F

Tints of Burnt Orange #FE7D3F

Color information

#FE7D3F (or 0xFE7D3F) is unknown color: approx Burnt Orange. HEX triplet: FE, 7D and 3F. RGB value is (254,125,63). Sum of RGB (Red+Green+Blue) = 254+125+63=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 63 (25% from 255 or 14.25% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7D3F is #0182C0. Grayscale: #9C9C9C. Windows color (decimal): -99009 or 4161022. OLE color: 4161022.

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

Color convert

RGB25412563-
CMYK00.510.750.00
HSL19.48º98.96%62.16%-
HSV(B)19.48º75.2%99.61%-
XYZ49.136.19.08-
YUV156.575.24197.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.47%
GREEN value IS 125 (49.22% from 255) = 28.28%
BLUE value IS 63 (25% from 255) = 14.25%
R=57.47%
G=28.28%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541256300.510.750.0019.4898.9662.16
HexFE7D3F0334B013633e
Octal3761757706311302314376
Binary111111101111101111111011001110010110100111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7D3F; }

 p { color: rgb(254,125,63); }

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

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

 a { background-color: rgb(254,125,63); }

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

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

 span { border-color: rgb(254,125,63); }

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