#FD7C36

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

Shades of Burnt Orange #FD7C36

Tints of Burnt Orange #FD7C36

Color information

#FD7C36 (or 0xFD7C36) is unknown color: approx Burnt Orange. HEX triplet: FD, 7C and 36. RGB value is (253,124,54). Sum of RGB (Red+Green+Blue) = 253+124+54=431 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.70% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 54 (21.48% from 255 or 12.53% from 431); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7C36 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7C36 is #0283C9. Grayscale: #9B9B9B. Windows color (decimal): -164810 or 3570941. OLE color: 3570941.

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

Color convert

RGB25312454-
CMYK00.510.790.01
HSL21.11º98.03%60.2%-
HSV(B)21.11º78.66%99.22%-
XYZ48.3835.567.8-
YUV154.5971.24198.19-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 58.70%
GREEN value IS 124 (48.83% from 255) = 28.77%
BLUE value IS 54 (21.48% from 255) = 12.53%
R=58.70%
G=28.77%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531245400.510.790.0121.1198.0360.2
HexFD7C360334F115623c
Octal3751746606311712514274
Binary111111011111100110110011001110011111101011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7C36; }

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

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

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

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

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

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

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

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