#F56C33

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

Shades of Burnt Orange #F56C33

Tints of Burnt Orange #F56C33

Color information

#F56C33 (or 0xF56C33) is unknown color: approx Burnt Orange. HEX triplet: F5, 6C and 33. RGB value is (245,108,51). Sum of RGB (Red+Green+Blue) = 245+108+51=404 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.64% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 51 (20.31% from 255 or 12.62% from 404); Max value from RGB is 245 - color contains mainly: red. Hex color #F56C33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56C33 is #0A93CC. Grayscale: #8E8E8E. Windows color (decimal): -693197 or 3370229. OLE color: 3370229.

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

Color convert

RGB24510851-
CMYK00.560.790.04
HSL17.63º90.65%58.04%-
HSV(B)17.63º79.18%96.08%-
XYZ43.6230.386.7-
YUV142.4676.39201.13-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 60.64%
GREEN value IS 108 (42.58% from 255) = 26.73%
BLUE value IS 51 (20.31% from 255) = 12.62%
R=60.64%
G=26.73%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.79
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451085100.560.790.0417.6390.6558.04
HexF56C330384F4125b3a
Octal3651546307011742213372
Binary11110101110110011001101110001001111100100101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56C33; }

 p { color: rgb(245,108,51); }

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

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

 a { background-color: rgb(245,108,51); }

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

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

 span { border-color: rgb(245,108,51); }

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