#F56956

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

Shades of Bittersweet #F56956

Tints of Bittersweet #F56956

Color information

#F56956 (or 0xF56956) is unknown color: approx Bittersweet. HEX triplet: F5, 69 and 56. RGB value is (245,105,86). Sum of RGB (Red+Green+Blue) = 245+105+86=436 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.19% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 86 (33.98% from 255 or 19.72% from 436); Max value from RGB is 245 - color contains mainly: red. Hex color #F56956 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56956 is #0A96A9. Grayscale: #909090. Windows color (decimal): -693930 or 5663221. OLE color: 5663221.

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

Color convert

RGB24510586-
CMYK00.570.650.04
HSL7.17º88.83%64.9%-
HSV(B)7.17º64.9%96.08%-
XYZ44.3930.1912.29-
YUV144.6994.88199.54-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 56.19%
GREEN value IS 105 (41.41% from 255) = 24.08%
BLUE value IS 86 (33.98% from 255) = 19.72%
R=56.19%
G=24.08%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451058600.570.650.047.1788.8364.9
HexF5695603941475941
Octal36515112607110147131101
Binary11110101110100110101100111001100000110011110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56956; }

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

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

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

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

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

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

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

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