#F96A56

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

Shades of Bittersweet #F96A56

Tints of Bittersweet #F96A56

Color information

#F96A56 (or 0xF96A56) is unknown color: approx Bittersweet. HEX triplet: F9, 6A and 56. RGB value is (249,106,86). Sum of RGB (Red+Green+Blue) = 249+106+86=441 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.46% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 86 (33.98% from 255 or 19.50% from 441); Max value from RGB is 249 - color contains mainly: red. Hex color #F96A56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96A56 is #0695A9. Grayscale: #929292. Windows color (decimal): -431530 or 5663481. OLE color: 5663481.

HSL color Cylindrical-coordinate representation of color #F96A56: hue angle of 7.36º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F96A56 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB24910686-
CMYK00.570.650.02
HSL7.36º93.14%65.69%-
HSV(B)7.36º65.46%97.65%-
XYZ45.931.1212.39-
YUV146.4893.88201.13-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 56.46%
GREEN value IS 106 (41.80% from 255) = 24.04%
BLUE value IS 86 (33.98% from 255) = 19.50%
R=56.46%
G=24.04%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491068600.570.650.027.3693.1465.69
HexF96A5603941275d42
Octal37115212607110127135102
Binary1111100111010101010110011100110000011011110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96A56; }

 p { color: rgb(249,106,86); }

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

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

 a { background-color: rgb(249,106,86); }

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

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

 span { border-color: rgb(249,106,86); }

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