#F56656

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

Shades of Bittersweet #F56656

Tints of Bittersweet #F56656

Color information

#F56656 (or 0xF56656) is unknown color: approx Bittersweet. HEX triplet: F5, 66 and 56. RGB value is (245,102,86). Sum of RGB (Red+Green+Blue) = 245+102+86=433 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.58% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 86 (33.98% from 255 or 19.86% from 433); Max value from RGB is 245 - color contains mainly: red. Hex color #F56656 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56656 is #0A99A9. Grayscale: #8F8F8F. Windows color (decimal): -694698 or 5662453. OLE color: 5662453.

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

Color convert

RGB24510286-
CMYK00.580.650.04
HSL6.04º88.83%64.9%-
HSV(B)6.04º64.9%96.08%-
XYZ44.0929.5912.19-
YUV142.9395.88200.8-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 56.58%
GREEN value IS 102 (40.23% from 255) = 23.56%
BLUE value IS 86 (33.98% from 255) = 19.86%
R=56.58%
G=23.56%
B=19.86%

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
Decimal2451028600.580.650.046.0488.8364.9
HexF5665603A41465941
Octal36514612607210146131101
Binary11110101110011010101100111010100000110011010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56656; }

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

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

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

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

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

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

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

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