#F56B3B

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

Shades of Burnt Orange #F56B3B

Tints of Burnt Orange #F56B3B

Color information

#F56B3B (or 0xF56B3B) is unknown color: approx Burnt Orange. HEX triplet: F5, 6B and 3B. RGB value is (245,107,59). Sum of RGB (Red+Green+Blue) = 245+107+59=411 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.61% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 59 (23.44% from 255 or 14.36% from 411); Max value from RGB is 245 - color contains mainly: red. Hex color #F56B3B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56B3B is #0A94C4. Grayscale: #8F8F8F. Windows color (decimal): -693445 or 3894261. OLE color: 3894261.

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

Color convert

RGB24510759-
CMYK00.560.760.04
HSL15.48º90.29%59.61%-
HSV(B)15.48º75.92%96.08%-
XYZ43.730.247.67-
YUV142.7980.72200.9-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 59.61%
GREEN value IS 107 (42.19% from 255) = 26.03%
BLUE value IS 59 (23.44% from 255) = 14.36%
R=59.61%
G=26.03%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451075900.560.760.0415.4890.2959.61
HexF56B3B0384C4f5a3c
Octal3651537307011441713274
Binary1111010111010111110110111000100110010011111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56B3B; }

 p { color: rgb(245,107,59); }

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

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

 a { background-color: rgb(245,107,59); }

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

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

 span { border-color: rgb(245,107,59); }

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