#FD7036

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

Shades of Burnt Orange #FD7036

Tints of Burnt Orange #FD7036

Color information

#FD7036 (or 0xFD7036) is unknown color: approx Burnt Orange. HEX triplet: FD, 70 and 36. RGB value is (253,112,54). Sum of RGB (Red+Green+Blue) = 253+112+54=419 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.38% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 54 (21.48% from 255 or 12.89% from 419); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7036 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7036 is #028FC9. Grayscale: #939393. Windows color (decimal): -167882 or 3567869. OLE color: 3567869.

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

Color convert

RGB25311254-
CMYK00.560.790.01
HSL17.49º98.03%60.2%-
HSV(B)17.49º78.66%99.22%-
XYZ46.9732.747.33-
YUV147.5575.21203.22-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 60.38%
GREEN value IS 112 (44.14% from 255) = 26.73%
BLUE value IS 54 (21.48% from 255) = 12.89%
R=60.38%
G=26.73%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531125400.560.790.0117.4998.0360.2
HexFD70360384F111623c
Octal3751606607011712114274
Binary111111011110000110110011100010011111100011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7036; }

 p { color: rgb(253,112,54); }

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

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

 a { background-color: rgb(253,112,54); }

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

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

 span { border-color: rgb(253,112,54); }

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