#F56A5F

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

Shades of Bittersweet #F56A5F

Tints of Bittersweet #F56A5F

Color information

#F56A5F (or 0xF56A5F) is unknown color: approx Bittersweet. HEX triplet: F5, 6A and 5F. RGB value is (245,106,95). Sum of RGB (Red+Green+Blue) = 245+106+95=446 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.93% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 95 (37.5% from 255 or 21.30% from 446); Max value from RGB is 245 - color contains mainly: red. Hex color #F56A5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56A5F is #0A95A0. Grayscale: #929292. Windows color (decimal): -693665 or 6253301. OLE color: 6253301.

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

Color convert

RGB24510695-
CMYK00.570.610.04
HSL4.4º88.24%66.67%-
HSV(B)4.4º61.22%96.08%-
XYZ44.8830.5514.36-
YUV146.3199.05198.39-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 54.93%
GREEN value IS 106 (41.80% from 255) = 23.77%
BLUE value IS 95 (37.5% from 255) = 21.30%
R=54.93%
G=23.77%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451069500.570.610.044.488.2466.67
HexF56A5F0393D445843
Octal3651521370717544130103
Binary1111010111010101011111011100111110110010010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56A5F; }

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

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

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

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

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

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

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

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