#F56836

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

Shades of Burnt Orange #F56836

Tints of Burnt Orange #F56836

Color information

#F56836 (or 0xF56836) is unknown color: approx Burnt Orange. HEX triplet: F5, 68 and 36. RGB value is (245,104,54). Sum of RGB (Red+Green+Blue) = 245+104+54=403 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.79% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 54 (21.48% from 255 or 13.40% from 403); Max value from RGB is 245 - color contains mainly: red. Hex color #F56836 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56836 is #0A97C9. Grayscale: #8C8C8C. Windows color (decimal): -694218 or 3565813. OLE color: 3565813.

HSL color Cylindrical-coordinate representation of color #F56836: hue angle of 15.71º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F56836 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB24510454-
CMYK00.580.780.04
HSL15.71º90.52%58.63%-
HSV(B)15.71º77.96%96.08%-
XYZ43.2729.586.92-
YUV140.4679.21202.57-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 60.79%
GREEN value IS 104 (41.02% from 255) = 25.81%
BLUE value IS 54 (21.48% from 255) = 13.40%
R=60.79%
G=25.81%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.78
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451045400.580.780.0415.7190.5258.63
HexF5683603A4E4105b3b
Octal3651506607211642013373
Binary11110101110100011011001110101001110100100001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56836; }

 p { color: rgb(245,104,54); }

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

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

 a { background-color: rgb(245,104,54); }

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

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

 span { border-color: rgb(245,104,54); }

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