Shades of Bittersweet #F7795A
Tints of Bittersweet #F7795A
RGB
CMYK
RGB Variations
Color information
#F7795A (or 0xF7795A) is known color: Bittersweet. HEX triplet: F7, 79 and 5A. RGB value is (247,121,90). Sum of RGB (Red+Green+Blue) = 247+121+90=458 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.93% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 90 (35.55% from 255 or 19.65% from 458); Max value from RGB is 247 - color contains mainly: red. Hex color #F7795A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7795A is #0886A5. Grayscale: #9B9B9B. Windows color (decimal): -558758 or 5929463. OLE color: 5929463.
HSL color Cylindrical-coordinate representation of color #F7795A: hue angle of 11.85º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F7795A is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 121 | 90 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.03 |
| HSL | 11.85º | 0.91% | 0.66% | - |
| HSV(B) | 11.85º | 0.64% | 0.97% | - |
| XYZ | 47.04 | 34.19 | 13.79 | - |
| YUV | 155.14 | 91.24 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 121 | 90 | 0 | 0.51 | 0.64 | 0.03 | 11.85 | 0.91 | 0.66 |
| Hex | F7 | 79 | 5A | 0 | 33 | 40 | 3 | C | 5B | 42 |
| Octal | 367 | 171 | 132 | 0 | 63 | 100 | 3 | 14 | 133 | 102 |
| Binary | 11110111 | 1111001 | 1011010 | 0 | 110011 | 1000000 | 11 | 1100 | 1011011 | 1000010 |
Color Harmonies of #F7795A
Complementary color
Monochromatic Colors of #F7795A
Black with #F7795A
Text Example
Text Example
White with #F7795A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7795A; }
p { color: rgb(247,121,90); }
H1.HeaderClassName
{
color: #F7795A;
}
.AnyTagClassName
{
color: #F7795A;
}
</style>
background-color css
<style>
a { background-color: #F7795A; }
a { background-color: rgb(247,121,90); }
div.DivClassName
{
background-color: #F7795A;
}
.BgClassName
{
background-color: #F7795A;
}
</style>
border-color css
<style>
span { border-color: #F7795A; }
span { border-color: rgb(247,121,90); }
td.TdClassName
{
border-color: #F7795A;
}
.TagClassName
{
border-color: #F7795A;
}
</style>