#F56A3B

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

Shades of Burnt Orange #F56A3B

Tints of Burnt Orange #F56A3B

Color information

#F56A3B (or 0xF56A3B) is unknown color: approx Burnt Orange. HEX triplet: F5, 6A and 3B. RGB value is (245,106,59). Sum of RGB (Red+Green+Blue) = 245+106+59=410 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.76% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 59 (23.44% from 255 or 14.39% from 410); Max value from RGB is 245 - color contains mainly: red. Hex color #F56A3B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56A3B is #0A95C4. Grayscale: #8E8E8E. Windows color (decimal): -693701 or 3894005. OLE color: 3894005.

HSL color Cylindrical-coordinate representation of color #F56A3B: hue angle of 15.16º 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 #F56A3B is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB24510659-
CMYK00.570.760.04
HSL15.16º90.29%59.61%-
HSV(B)15.16º75.92%96.08%-
XYZ43.630.047.64-
YUV142.281.05201.32-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 59.76%
GREEN value IS 106 (41.80% from 255) = 25.85%
BLUE value IS 59 (23.44% from 255) = 14.39%
R=59.76%
G=25.85%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451065900.570.760.0415.1690.2959.61
HexF56A3B0394C4f5a3c
Octal3651527307111441713274
Binary1111010111010101110110111001100110010011111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56A3B; }

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

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

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

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

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

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

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

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