#F97D61

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

Shades of Bittersweet #F97D61

Tints of Bittersweet #F97D61

Color information

#F97D61 (or 0xF97D61) is unknown color: approx Bittersweet. HEX triplet: F9, 7D and 61. RGB value is (249,125,97). Sum of RGB (Red+Green+Blue) = 249+125+97=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F97D61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97D61 is #06829E. Grayscale: #9F9F9F. Windows color (decimal): -426655 or 6389241. OLE color: 6389241.

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

Color convert

RGB24912597-
CMYK00.500.610.02
HSL11.05º92.68%67.84%-
HSV(B)11.05º61.04%97.65%-
XYZ48.5635.6715.63-
YUV158.8893.08192.28-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.87%
GREEN value IS 125 (49.22% from 255) = 26.54%
BLUE value IS 97 (38.28% from 255) = 20.59%
R=52.87%
G=26.54%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491259700.500.610.0211.0592.6867.84
HexF97D610323D2b5d44
Octal37117514106275213135104
Binary1111100111111011100001011001011110110101110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97D61; }

 p { color: rgb(249,125,97); }

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

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

 a { background-color: rgb(249,125,97); }

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

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

 span { border-color: rgb(249,125,97); }

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