#FD8036

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

Shades of Burnt Orange #FD8036

Tints of Burnt Orange #FD8036

Color information

#FD8036 (or 0xFD8036) is unknown color: approx Burnt Orange. HEX triplet: FD, 80 and 36. RGB value is (253,128,54). Sum of RGB (Red+Green+Blue) = 253+128+54=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 54 (21.48% from 255 or 12.41% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8036 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8036 is #027FC9. Grayscale: #9D9D9D. Windows color (decimal): -163786 or 3571965. OLE color: 3571965.

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

Color convert

RGB25312854-
CMYK00.490.790.01
HSL22.31º98.03%60.2%-
HSV(B)22.31º78.66%99.22%-
XYZ48.8936.597.98-
YUV156.9469.91196.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 58.16%
GREEN value IS 128 (50.39% from 255) = 29.43%
BLUE value IS 54 (21.48% from 255) = 12.41%
R=58.16%
G=29.43%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531285400.490.790.0122.3198.0360.2
HexFD80360314F116623c
Octal3752006606111712614274
Binary1111110110000000110110011000110011111101101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8036; }

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

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

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

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

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

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

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

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