#F56D55

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

Shades of Bittersweet #F56D55

Tints of Bittersweet #F56D55

Color information

#F56D55 (or 0xF56D55) is unknown color: approx Bittersweet. HEX triplet: F5, 6D and 55. RGB value is (245,109,85). Sum of RGB (Red+Green+Blue) = 245+109+85=439 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.81% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 85 (33.59% from 255 or 19.36% from 439); Max value from RGB is 245 - color contains mainly: red. Hex color #F56D55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56D55 is #0A92AA. Grayscale: #939393. Windows color (decimal): -692907 or 5598709. OLE color: 5598709.

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

Color convert

RGB24510985-
CMYK00.560.650.04
HSL88.89%64.71%-
HSV(B)65.31%96.08%-
XYZ44.7631.0112.22-
YUV146.9393.06197.95-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 55.81%
GREEN value IS 109 (42.97% from 255) = 24.83%
BLUE value IS 85 (33.59% from 255) = 19.36%
R=55.81%
G=24.83%
B=19.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451098500.560.650.04988.8964.71
HexF56D5503841495941
Octal365155125070101411131101
Binary111101011101101101010101110001000001100100110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56D55; }

 p { color: rgb(245,109,85); }

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

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

 a { background-color: rgb(245,109,85); }

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

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

 span { border-color: rgb(245,109,85); }

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