#FD7E3E

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

Shades of Burnt Orange #FD7E3E

Tints of Burnt Orange #FD7E3E

Color information

#FD7E3E (or 0xFD7E3E) is unknown color: approx Burnt Orange. HEX triplet: FD, 7E and 3E. RGB value is (253,126,62). Sum of RGB (Red+Green+Blue) = 253+126+62=441 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.37% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 62 (24.61% from 255 or 14.06% from 441); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7E3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7E3E is #0281C1. Grayscale: #9D9D9D. Windows color (decimal): -164290 or 4095741. OLE color: 4095741.

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

Color convert

RGB25312662-
CMYK00.500.750.01
HSL20.1º97.95%61.76%-
HSV(B)20.1º75.49%99.22%-
XYZ48.8436.158.96-
YUV156.6874.58196.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 57.37%
GREEN value IS 126 (49.61% from 255) = 28.57%
BLUE value IS 62 (24.61% from 255) = 14.06%
R=57.37%
G=28.57%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531266200.500.750.0120.197.9561.76
HexFD7E3E0324B114623e
Octal3751767606211312414276
Binary111111011111110111110011001010010111101001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7E3E; }

 p { color: rgb(253,126,62); }

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

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

 a { background-color: rgb(253,126,62); }

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

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

 span { border-color: rgb(253,126,62); }

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