Shades of Bittersweet #F9715F
Tints of Bittersweet #F9715F
RGB
CMYK
RGB Variations
Color information
#F9715F (or 0xF9715F) is known color: Bittersweet. HEX triplet: F9, 71 and 5F. RGB value is (249,113,95). Sum of RGB (Red+Green+Blue) = 249+113+95=457 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.49% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 95 (37.5% from 255 or 20.79% from 457); Max value from RGB is 249 - color contains mainly: red. Hex color #F9715F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9715F is #068EA0. Grayscale: #979797. Windows color (decimal): -429729 or 6255097. OLE color: 6255097.
HSL color Cylindrical-coordinate representation of color #F9715F: hue angle of 7.01º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F9715F is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 113 | 95 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.02 |
| HSL | 7.01º | 0.93% | 0.67% | - |
| HSV(B) | 7.01º | 0.62% | 0.98% | - |
| XYZ | 47.04 | 32.78 | 14.67 | - |
| YUV | 151.61 | 96.06 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 113 | 95 | 0 | 0.55 | 0.62 | 0.02 | 7.01 | 0.93 | 0.67 |
| Hex | F9 | 71 | 5F | 0 | 37 | 3E | 2 | 7 | 5D | 43 |
| Octal | 371 | 161 | 137 | 0 | 67 | 76 | 2 | 7 | 135 | 103 |
| Binary | 11111001 | 1110001 | 1011111 | 0 | 110111 | 111110 | 10 | 111 | 1011101 | 1000011 |
Color Harmonies of #F9715F
Complementary color
Monochromatic Colors of #F9715F
Black with #F9715F
Text Example
Text Example
White with #F9715F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9715F; }
p { color: rgb(249,113,95); }
H1.HeaderClassName
{
color: #F9715F;
}
.AnyTagClassName
{
color: #F9715F;
}
</style>
background-color css
<style>
a { background-color: #F9715F; }
a { background-color: rgb(249,113,95); }
div.DivClassName
{
background-color: #F9715F;
}
.BgClassName
{
background-color: #F9715F;
}
</style>
border-color css
<style>
span { border-color: #F9715F; }
span { border-color: rgb(249,113,95); }
td.TdClassName
{
border-color: #F9715F;
}
.TagClassName
{
border-color: #F9715F;
}
</style>