Shades of Bittersweet #F96B5A
Tints of Bittersweet #F96B5A
RGB
CMYK
RGB Variations
Color information
#F96B5A (or 0xF96B5A) is known color: Bittersweet. HEX triplet: F9, 6B and 5A. RGB value is (249,107,90). Sum of RGB (Red+Green+Blue) = 249+107+90=446 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.83% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 90 (35.55% from 255 or 20.18% from 446); Max value from RGB is 249 - color contains mainly: red. Hex color #F96B5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96B5A is #0694A5. Grayscale: #939393. Windows color (decimal): -431270 or 5925881. OLE color: 5925881.
HSL color Cylindrical-coordinate representation of color #F96B5A: hue angle of 6.42º 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 #F96B5A is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 107 | 90 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.02 |
| HSL | 6.42º | 0.93% | 0.66% | - |
| HSV(B) | 6.42º | 0.64% | 0.98% | - |
| XYZ | 46.17 | 31.39 | 13.3 | - |
| YUV | 147.52 | 95.54 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 107 | 90 | 0 | 0.57 | 0.64 | 0.02 | 6.42 | 0.93 | 0.66 |
| Hex | F9 | 6B | 5A | 0 | 39 | 40 | 2 | 6 | 5D | 42 |
| Octal | 371 | 153 | 132 | 0 | 71 | 100 | 2 | 6 | 135 | 102 |
| Binary | 11111001 | 1101011 | 1011010 | 0 | 111001 | 1000000 | 10 | 110 | 1011101 | 1000010 |
Color Harmonies of #F96B5A
Complementary color
Monochromatic Colors of #F96B5A
Black with #F96B5A
Text Example
Text Example
White with #F96B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96B5A; }
p { color: rgb(249,107,90); }
H1.HeaderClassName
{
color: #F96B5A;
}
.AnyTagClassName
{
color: #F96B5A;
}
</style>
background-color css
<style>
a { background-color: #F96B5A; }
a { background-color: rgb(249,107,90); }
div.DivClassName
{
background-color: #F96B5A;
}
.BgClassName
{
background-color: #F96B5A;
}
</style>
border-color css
<style>
span { border-color: #F96B5A; }
span { border-color: rgb(249,107,90); }
td.TdClassName
{
border-color: #F96B5A;
}
.TagClassName
{
border-color: #F96B5A;
}
</style>