#FD7136

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

Shades of Burnt Orange #FD7136

Tints of Burnt Orange #FD7136

Color information

#FD7136 (or 0xFD7136) is unknown color: approx Burnt Orange. HEX triplet: FD, 71 and 36. RGB value is (253,113,54). Sum of RGB (Red+Green+Blue) = 253+113+54=420 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.24% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 54 (21.48% from 255 or 12.86% from 420); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7136 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7136 is #028EC9. Grayscale: #949494. Windows color (decimal): -167626 or 3568125. OLE color: 3568125.

HSL color Cylindrical-coordinate representation of color #FD7136: hue angle of 17.79º 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 #FD7136 is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB25311354-
CMYK00.550.790.01
HSL17.79º98.03%60.2%-
HSV(B)17.79º78.66%99.22%-
XYZ47.0832.967.37-
YUV148.1374.88202.8-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 60.24%
GREEN value IS 113 (44.53% from 255) = 26.90%
BLUE value IS 54 (21.48% from 255) = 12.86%
R=60.24%
G=26.90%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531135400.550.790.0117.7998.0360.2
HexFD71360374F112623c
Octal3751616606711712214274
Binary111111011110001110110011011110011111100101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7136; }

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

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

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

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

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

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

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

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