#F97860

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

Shades of Bittersweet #F97860

Tints of Bittersweet #F97860

Color information

#F97860 (or 0xF97860) is unknown color: approx Bittersweet. HEX triplet: F9, 78 and 60. RGB value is (249,120,96). Sum of RGB (Red+Green+Blue) = 249+120+96=465 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.55% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 249 - color contains mainly: red. Hex color #F97860 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97860 is #06879F. Grayscale: #9C9C9C. Windows color (decimal): -427936 or 6322425. OLE color: 6322425.

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

Color convert

RGB24912096-
CMYK00.520.610.02
HSL9.41º92.73%67.65%-
HSV(B)9.41º61.45%97.65%-
XYZ47.8934.4215.19-
YUV155.8394.24194.45-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.55%
GREEN value IS 120 (47.27% from 255) = 25.81%
BLUE value IS 96 (37.89% from 255) = 20.65%
R=53.55%
G=25.81%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491209600.520.610.029.4192.7367.65
HexF978600343D295d44
Octal37117014006475211135104
Binary1111100111110001100000011010011110110100110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97860; }

 p { color: rgb(249,120,96); }

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

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

 a { background-color: rgb(249,120,96); }

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

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

 span { border-color: rgb(249,120,96); }

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