Shades of Bittersweet #F96C5A
Tints of Bittersweet #F96C5A
RGB
CMYK
RGB Variations
Color information
#F96C5A (or 0xF96C5A) is known color: Bittersweet. HEX triplet: F9, 6C and 5A. RGB value is (249,108,90). Sum of RGB (Red+Green+Blue) = 249+108+90=447 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.70% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 90 (35.55% from 255 or 20.13% from 447); Max value from RGB is 249 - color contains mainly: red. Hex color #F96C5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96C5A is #0693A5. Grayscale: #949494. Windows color (decimal): -431014 or 5926137. OLE color: 5926137.
HSL color Cylindrical-coordinate representation of color #F96C5A: hue angle of 6.79º 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 #F96C5A is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 108 | 90 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.02 |
| HSL | 6.79º | 0.93% | 0.66% | - |
| HSV(B) | 6.79º | 0.64% | 0.98% | - |
| XYZ | 46.27 | 31.6 | 13.33 | - |
| YUV | 148.11 | 95.21 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 108 | 90 | 0 | 0.57 | 0.64 | 0.02 | 6.79 | 0.93 | 0.66 |
| Hex | F9 | 6C | 5A | 0 | 39 | 40 | 2 | 7 | 5D | 42 |
| Octal | 371 | 154 | 132 | 0 | 71 | 100 | 2 | 7 | 135 | 102 |
| Binary | 11111001 | 1101100 | 1011010 | 0 | 111001 | 1000000 | 10 | 111 | 1011101 | 1000010 |
Color Harmonies of #F96C5A
Complementary color
Monochromatic Colors of #F96C5A
Black with #F96C5A
Text Example
Text Example
White with #F96C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96C5A; }
p { color: rgb(249,108,90); }
H1.HeaderClassName
{
color: #F96C5A;
}
.AnyTagClassName
{
color: #F96C5A;
}
</style>
background-color css
<style>
a { background-color: #F96C5A; }
a { background-color: rgb(249,108,90); }
div.DivClassName
{
background-color: #F96C5A;
}
.BgClassName
{
background-color: #F96C5A;
}
</style>
border-color css
<style>
span { border-color: #F96C5A; }
span { border-color: rgb(249,108,90); }
td.TdClassName
{
border-color: #F96C5A;
}
.TagClassName
{
border-color: #F96C5A;
}
</style>