#F56F40

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

Shades of Burnt Orange #F56F40

Tints of Burnt Orange #F56F40

Color information

#F56F40 (or 0xF56F40) is unknown color: approx Burnt Orange. HEX triplet: F5, 6F and 40. RGB value is (245,111,64). Sum of RGB (Red+Green+Blue) = 245+111+64=420 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.33% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 64 (25.39% from 255 or 15.24% from 420); Max value from RGB is 245 - color contains mainly: red. Hex color #F56F40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56F40 is #0A90BF. Grayscale: #929292. Windows color (decimal): -692416 or 4222965. OLE color: 4222965.

HSL color Cylindrical-coordinate representation of color #F56F40: hue angle of 15.58º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F56F40 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB24511164-
CMYK00.550.740.04
HSL15.58º90.05%60.59%-
HSV(B)15.58º73.88%96.08%-
XYZ44.2731.158.53-
YUV145.7181.89198.82-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 58.33%
GREEN value IS 111 (43.75% from 255) = 26.43%
BLUE value IS 64 (25.39% from 255) = 15.24%
R=58.33%
G=26.43%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451116400.550.740.0415.5890.0560.59
HexF56F400374A4105a3d
Octal36515710006711242013275
Binary111101011101111100000001101111001010100100001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56F40; }

 p { color: rgb(245,111,64); }

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

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

 a { background-color: rgb(245,111,64); }

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

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

 span { border-color: rgb(245,111,64); }

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