#F97569

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

Shades of Bittersweet #F97569

Tints of Bittersweet #F97569

Color information

#F97569 (or 0xF97569) is unknown color: approx Bittersweet. HEX triplet: F9, 75 and 69. RGB value is (249,117,105). Sum of RGB (Red+Green+Blue) = 249+117+105=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F97569 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97569 is #068A96. Grayscale: #9B9B9B. Windows color (decimal): -428695 or 6911481. OLE color: 6911481.

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

Color convert

RGB249117105-
CMYK00.530.580.02
HSL92.31%69.41%-
HSV(B)57.83%97.65%-
XYZ47.9833.8817.38-
YUV155.199.73194.98-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.87%
GREEN value IS 117 (46.09% from 255) = 24.84%
BLUE value IS 105 (41.41% from 255) = 22.29%
R=52.87%
G=24.84%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911710500.530.580.02592.3169.41
HexF975690353A255c45
Octal3711651510657225134105
Binary111110011110101110100101101011110101010110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97569; }

 p { color: rgb(249,117,105); }

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

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

 a { background-color: rgb(249,117,105); }

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

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

 span { border-color: rgb(249,117,105); }

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