#F56756

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

Shades of Bittersweet #F56756

Tints of Bittersweet #F56756

Color information

#F56756 (or 0xF56756) is unknown color: approx Bittersweet. HEX triplet: F5, 67 and 56. RGB value is (245,103,86). Sum of RGB (Red+Green+Blue) = 245+103+86=434 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.45% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 86 (33.98% from 255 or 19.82% from 434); Max value from RGB is 245 - color contains mainly: red. Hex color #F56756 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56756 is #0A98A9. Grayscale: #8F8F8F. Windows color (decimal): -694442 or 5662709. OLE color: 5662709.

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

Color convert

RGB24510386-
CMYK00.580.650.04
HSL6.42º88.83%64.9%-
HSV(B)6.42º64.9%96.08%-
XYZ44.1929.7812.22-
YUV143.5295.54200.38-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 56.45%
GREEN value IS 103 (40.62% from 255) = 23.73%
BLUE value IS 86 (33.98% from 255) = 19.82%
R=56.45%
G=23.73%
B=19.82%

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
Decimal2451038600.580.650.046.4288.8364.9
HexF5675603A41465941
Octal36514712607210146131101
Binary11110101110011110101100111010100000110011010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56756; }

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

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

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

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

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

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

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

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