#F97A60

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

Shades of Bittersweet #F97A60

Tints of Bittersweet #F97A60

Color information

#F97A60 (or 0xF97A60) is unknown color: approx Bittersweet. HEX triplet: F9, 7A and 60. RGB value is (249,122,96). Sum of RGB (Red+Green+Blue) = 249+122+96=467 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.32% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 249 - color contains mainly: red. Hex color #F97A60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97A60 is #06859F. Grayscale: #9D9D9D. Windows color (decimal): -427424 or 6322937. OLE color: 6322937.

HSL color Cylindrical-coordinate representation of color #F97A60: hue angle of 10.2º 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 #F97A60 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB24912296-
CMYK00.510.610.02
HSL10.2º92.73%67.65%-
HSV(B)10.2º61.45%97.65%-
XYZ48.1434.915.27-
YUV157.0193.58193.61-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.32%
GREEN value IS 122 (48.05% from 255) = 26.12%
BLUE value IS 96 (37.89% from 255) = 20.56%
R=53.32%
G=26.12%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491229600.510.610.0210.292.7367.65
HexF97A600333D2a5d44
Octal37117214006375212135104
Binary1111100111110101100000011001111110110101010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97A60; }

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

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

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

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

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

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

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

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