#F97E60

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

Shades of Bittersweet #F97E60

Tints of Bittersweet #F97E60

Color information

#F97E60 (or 0xF97E60) is unknown color: approx Bittersweet. HEX triplet: F9, 7E and 60. RGB value is (249,126,96). Sum of RGB (Red+Green+Blue) = 249+126+96=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 96 (37.89% from 255 or 20.38% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F97E60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97E60 is #06819F. Grayscale: #9F9F9F. Windows color (decimal): -426400 or 6323961. OLE color: 6323961.

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

Color convert

RGB24912696-
CMYK00.490.610.02
HSL11.76º92.73%67.65%-
HSV(B)11.76º61.45%97.65%-
XYZ48.6435.9115.43-
YUV159.3692.25191.94-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.87%
GREEN value IS 126 (49.61% from 255) = 26.75%
BLUE value IS 96 (37.89% from 255) = 20.38%
R=52.87%
G=26.75%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491269600.490.610.0211.7692.7367.65
HexF97E600313D2c5d44
Octal37117614006175214135104
Binary1111100111111101100000011000111110110110010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97E60; }

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

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

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

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

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

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

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

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