#F97A5D

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

Shades of Bittersweet #F97A5D

Tints of Bittersweet #F97A5D

Color information

#F97A5D (or 0xF97A5D) is unknown color: approx Bittersweet. HEX triplet: F9, 7A and 5D. RGB value is (249,122,93). Sum of RGB (Red+Green+Blue) = 249+122+93=464 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.66% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 249 - color contains mainly: red. Hex color #F97A5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97A5D is #0685A2. Grayscale: #9C9C9C. Windows color (decimal): -427427 or 6126329. OLE color: 6126329.

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

Color convert

RGB24912293-
CMYK00.510.630.02
HSL11.15º92.86%67.06%-
HSV(B)11.15º62.65%97.65%-
XYZ4834.8514.55-
YUV156.6792.08193.86-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 53.66%
GREEN value IS 122 (48.05% from 255) = 26.29%
BLUE value IS 93 (36.72% from 255) = 20.04%
R=53.66%
G=26.29%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491229300.510.630.0211.1592.8667.06
HexF97A5D0333F2b5d43
Octal37117213506377213135103
Binary1111100111110101011101011001111111110101110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97A5D; }

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

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

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

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

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

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

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

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