#F96A5A

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

Shades of Bittersweet #F96A5A

Tints of Bittersweet #F96A5A

Color information

#F96A5A (or 0xF96A5A) is unknown color: approx Bittersweet. HEX triplet: F9, 6A and 5A. RGB value is (249,106,90). Sum of RGB (Red+Green+Blue) = 249+106+90=445 (58% of max value = 765). Red value is 249 (97.66% from 255 or 55.96% from 445); Green value is 106 (41.80% from 255 or 23.82% from 445); Blue value is 90 (35.55% from 255 or 20.22% from 445); Max value from RGB is 249 - color contains mainly: red. Hex color #F96A5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96A5A is #0695A5. Grayscale: #939393. Windows color (decimal): -431526 or 5925625. OLE color: 5925625.

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

Color convert

RGB24910690-
CMYK00.570.640.02
HSL6.04º92.98%66.47%-
HSV(B)6.04º63.86%97.65%-
XYZ46.0731.1913.26-
YUV146.9395.88200.8-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 55.96%
GREEN value IS 106 (41.80% from 255) = 23.82%
BLUE value IS 90 (35.55% from 255) = 20.22%
R=55.96%
G=23.82%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491069000.570.640.026.0492.9866.47
HexF96A5A03940265d42
Octal37115213207110026135102
Binary1111100111010101011010011100110000001011010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96A5A; }

 p { color: rgb(249,106,90); }

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

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

 a { background-color: rgb(249,106,90); }

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

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

 span { border-color: rgb(249,106,90); }

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