Shades of Bittersweet #F6735A
Tints of Bittersweet #F6735A
RGB
CMYK
RGB Variations
Color information
#F6735A (or 0xF6735A) is known color: Bittersweet. HEX triplet: F6, 73 and 5A. RGB value is (246,115,90). Sum of RGB (Red+Green+Blue) = 246+115+90=451 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.55% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 90 (35.55% from 255 or 19.96% from 451); Max value from RGB is 246 - color contains mainly: red. Hex color #F6735A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6735A is #098CA5. Grayscale: #979797. Windows color (decimal): -625830 or 5927926. OLE color: 5927926.
HSL color Cylindrical-coordinate representation of color #F6735A: hue angle of 9.62º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F6735A is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 115 | 90 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.04 |
| HSL | 9.62º | 0.9% | 0.66% | - |
| HSV(B) | 9.62º | 0.63% | 0.96% | - |
| XYZ | 45.98 | 32.59 | 13.54 | - |
| YUV | 151.32 | 93.4 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 115 | 90 | 0 | 0.53 | 0.63 | 0.04 | 9.62 | 0.9 | 0.66 |
| Hex | F6 | 73 | 5A | 0 | 35 | 3F | 4 | A | 5A | 42 |
| Octal | 366 | 163 | 132 | 0 | 65 | 77 | 4 | 12 | 132 | 102 |
| Binary | 11110110 | 1110011 | 1011010 | 0 | 110101 | 111111 | 100 | 1010 | 1011010 | 1000010 |
Color Harmonies of #F6735A
Complementary color
Monochromatic Colors of #F6735A
Black with #F6735A
Text Example
Text Example
White with #F6735A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6735A; }
p { color: rgb(246,115,90); }
H1.HeaderClassName
{
color: #F6735A;
}
.AnyTagClassName
{
color: #F6735A;
}
</style>
background-color css
<style>
a { background-color: #F6735A; }
a { background-color: rgb(246,115,90); }
div.DivClassName
{
background-color: #F6735A;
}
.BgClassName
{
background-color: #F6735A;
}
</style>
border-color css
<style>
span { border-color: #F6735A; }
span { border-color: rgb(246,115,90); }
td.TdClassName
{
border-color: #F6735A;
}
.TagClassName
{
border-color: #F6735A;
}
</style>