Shades of Bittersweet #F96C5E
Tints of Bittersweet #F96C5E
RGB
CMYK
RGB Variations
Color information
#F96C5E (or 0xF96C5E) is known color: Bittersweet. HEX triplet: F9, 6C and 5E. RGB value is (249,108,94). Sum of RGB (Red+Green+Blue) = 249+108+94=451 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.21% from 451); Green value is 108 (42.58% from 255 or 23.95% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 249 - color contains mainly: red. Hex color #F96C5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96C5E is #0693A1. Grayscale: #949494. Windows color (decimal): -431010 or 6188281. OLE color: 6188281.
HSL color Cylindrical-coordinate representation of color #F96C5E: hue angle of 5.42º 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 #F96C5E is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 108 | 94 | - |
CMYK | 0 | 0.57 | 0.62 | 0.02 |
HSL | 5.42º | 0.93% | 0.67% | - |
HSV(B) | 5.42º | 0.62% | 0.98% | - |
XYZ | 46.45 | 31.67 | 14.26 | - |
YUV | 148.56 | 97.21 | 199.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 108 | 94 | 0 | 0.57 | 0.62 | 0.02 | 5.42 | 0.93 | 0.67 |
Hex | F9 | 6C | 5E | 0 | 39 | 3E | 2 | 5 | 5D | 43 |
Octal | 371 | 154 | 136 | 0 | 71 | 76 | 2 | 5 | 135 | 103 |
Binary | 11111001 | 1101100 | 1011110 | 0 | 111001 | 111110 | 10 | 101 | 1011101 | 1000011 |
Color Harmonies of #F96C5E
Complementary color
Monochromatic Colors of #F96C5E
Black with #F96C5E
Text Example
Text Example
White with #F96C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96C5E; }
p { color: rgb(249,108,94); }
H1.HeaderClassName
{
color: #F96C5E;
}
.AnyTagClassName
{
color: #F96C5E;
}
</style>
background-color css
<style>
a { background-color: #F96C5E; }
a { background-color: rgb(249,108,94); }
div.DivClassName
{
background-color: #F96C5E;
}
.BgClassName
{
background-color: #F96C5E;
}
</style>
border-color css
<style>
span { border-color: #F96C5E; }
span { border-color: rgb(249,108,94); }
td.TdClassName
{
border-color: #F96C5E;
}
.TagClassName
{
border-color: #F96C5E;
}
</style>