#F56856

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

Shades of Bittersweet #F56856

Tints of Bittersweet #F56856

Color information

#F56856 (or 0xF56856) is unknown color: approx Bittersweet. HEX triplet: F5, 68 and 56. RGB value is (245,104,86). Sum of RGB (Red+Green+Blue) = 245+104+86=435 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.32% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 86 (33.98% from 255 or 19.77% from 435); Max value from RGB is 245 - color contains mainly: red. Hex color #F56856 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56856 is #0A97A9. Grayscale: #909090. Windows color (decimal): -694186 or 5662965. OLE color: 5662965.

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

Color convert

RGB24510486-
CMYK00.580.650.04
HSL6.79º88.83%64.9%-
HSV(B)6.79º64.9%96.08%-
XYZ44.2929.9812.26-
YUV144.1195.21199.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 56.32%
GREEN value IS 104 (41.02% from 255) = 23.91%
BLUE value IS 86 (33.98% from 255) = 19.77%
R=56.32%
G=23.91%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451048600.580.650.046.7988.8364.9
HexF5685603A41475941
Octal36515012607210147131101
Binary11110101110100010101100111010100000110011110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56856; }

 p { color: rgb(245,104,86); }

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

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

 a { background-color: rgb(245,104,86); }

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

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

 span { border-color: rgb(245,104,86); }

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