Shades of Bittersweet #F97C5E
Tints of Bittersweet #F97C5E
RGB
CMYK
RGB Variations
Color information
#F97C5E (or 0xF97C5E) is known color: Bittersweet. HEX triplet: F9, 7C and 5E. RGB value is (249,124,94). Sum of RGB (Red+Green+Blue) = 249+124+94=467 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.32% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 249 - color contains mainly: red. Hex color #F97C5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97C5E is #0683A1. Grayscale: #9E9E9E. Windows color (decimal): -426914 or 6192377. OLE color: 6192377.
HSL color Cylindrical-coordinate representation of color #F97C5E: hue angle of 11.61º 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 #F97C5E is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 124 | 94 | - |
CMYK | 0 | 0.50 | 0.62 | 0.02 |
HSL | 11.61º | 0.93% | 0.67% | - |
HSV(B) | 11.61º | 0.62% | 0.98% | - |
XYZ | 48.29 | 35.36 | 14.87 | - |
YUV | 157.96 | 91.91 | 192.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 124 | 94 | 0 | 0.50 | 0.62 | 0.02 | 11.61 | 0.93 | 0.67 |
Hex | F9 | 7C | 5E | 0 | 32 | 3E | 2 | C | 5D | 43 |
Octal | 371 | 174 | 136 | 0 | 62 | 76 | 2 | 14 | 135 | 103 |
Binary | 11111001 | 1111100 | 1011110 | 0 | 110010 | 111110 | 10 | 1100 | 1011101 | 1000011 |
Color Harmonies of #F97C5E
Complementary color
Monochromatic Colors of #F97C5E
Black with #F97C5E
Text Example
Text Example
White with #F97C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97C5E; }
p { color: rgb(249,124,94); }
H1.HeaderClassName
{
color: #F97C5E;
}
.AnyTagClassName
{
color: #F97C5E;
}
</style>
background-color css
<style>
a { background-color: #F97C5E; }
a { background-color: rgb(249,124,94); }
div.DivClassName
{
background-color: #F97C5E;
}
.BgClassName
{
background-color: #F97C5E;
}
</style>
border-color css
<style>
span { border-color: #F97C5E; }
span { border-color: rgb(249,124,94); }
td.TdClassName
{
border-color: #F97C5E;
}
.TagClassName
{
border-color: #F97C5E;
}
</style>