#FD7A36

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

Shades of Burnt Orange #FD7A36

Tints of Burnt Orange #FD7A36

Color information

#FD7A36 (or 0xFD7A36) is unknown color: approx Burnt Orange. HEX triplet: FD, 7A and 36. RGB value is (253,122,54). Sum of RGB (Red+Green+Blue) = 253+122+54=429 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.97% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 54 (21.48% from 255 or 12.59% from 429); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A36 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7A36 is #0285C9. Grayscale: #999999. Windows color (decimal): -165322 or 3570429. OLE color: 3570429.

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

Color convert

RGB25312254-
CMYK00.520.790.01
HSL20.5º98.03%60.2%-
HSV(B)20.5º78.66%99.22%-
XYZ48.1335.077.72-
YUV153.4271.9199.03-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 58.97%
GREEN value IS 122 (48.05% from 255) = 28.44%
BLUE value IS 54 (21.48% from 255) = 12.59%
R=58.97%
G=28.44%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531225400.520.790.0120.598.0360.2
HexFD7A360344F115623c
Octal3751726606411712514274
Binary111111011111010110110011010010011111101011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7A36; }

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

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

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

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

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

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

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

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