Shades of Bittersweet #F96F52
Tints of Bittersweet #F96F52
RGB
CMYK
RGB Variations
Color information
#F96F52 (or 0xF96F52) is known color: Bittersweet. HEX triplet: F9, 6F and 52. RGB value is (249,111,82). Sum of RGB (Red+Green+Blue) = 249+111+82=442 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.33% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 82 (32.42% from 255 or 18.55% from 442); Max value from RGB is 249 - color contains mainly: red. Hex color #F96F52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96F52 is #0690AD. Grayscale: #959595. Windows color (decimal): -430254 or 5402617. OLE color: 5402617.
HSL color Cylindrical-coordinate representation of color #F96F52: hue angle of 10.42º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F96F52 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 111 | 82 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.02 |
| HSL | 10.42º | 0.93% | 0.65% | - |
| HSV(B) | 10.42º | 0.67% | 0.98% | - |
| XYZ | 46.27 | 32.12 | 11.74 | - |
| YUV | 148.96 | 90.22 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 111 | 82 | 0 | 0.55 | 0.67 | 0.02 | 10.42 | 0.93 | 0.65 |
| Hex | F9 | 6F | 52 | 0 | 37 | 43 | 2 | A | 5D | 41 |
| Octal | 371 | 157 | 122 | 0 | 67 | 103 | 2 | 12 | 135 | 101 |
| Binary | 11111001 | 1101111 | 1010010 | 0 | 110111 | 1000011 | 10 | 1010 | 1011101 | 1000001 |
Color Harmonies of #F96F52
Complementary color
Monochromatic Colors of #F96F52
Black with #F96F52
Text Example
Text Example
White with #F96F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96F52; }
p { color: rgb(249,111,82); }
H1.HeaderClassName
{
color: #F96F52;
}
.AnyTagClassName
{
color: #F96F52;
}
</style>
background-color css
<style>
a { background-color: #F96F52; }
a { background-color: rgb(249,111,82); }
div.DivClassName
{
background-color: #F96F52;
}
.BgClassName
{
background-color: #F96F52;
}
</style>
border-color css
<style>
span { border-color: #F96F52; }
span { border-color: rgb(249,111,82); }
td.TdClassName
{
border-color: #F96F52;
}
.TagClassName
{
border-color: #F96F52;
}
</style>