#F97A65

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

Shades of Bittersweet #F97A65

Tints of Bittersweet #F97A65

Color information

#F97A65 (or 0xF97A65) is unknown color: approx Bittersweet. HEX triplet: F9, 7A and 65. RGB value is (249,122,101). Sum of RGB (Red+Green+Blue) = 249+122+101=472 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.75% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 249 - color contains mainly: red. Hex color #F97A65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97A65 is #06859A. Grayscale: #9D9D9D. Windows color (decimal): -427419 or 6650617. OLE color: 6650617.

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

Color convert

RGB249122101-
CMYK00.510.590.02
HSL8.51º92.5%68.63%-
HSV(B)8.51º59.44%97.65%-
XYZ48.383516.52-
YUV157.5896.08193.21-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.75%
GREEN value IS 122 (48.05% from 255) = 25.85%
BLUE value IS 101 (39.84% from 255) = 21.40%
R=52.75%
G=25.85%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912210100.510.590.028.5192.568.63
HexF97A650333B295c45
Octal37117214506373211134105
Binary1111100111110101100101011001111101110100110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97A65; }

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

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

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

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

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

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

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

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