Shades of Bittersweet #F6735D
Tints of Bittersweet #F6735D
RGB
CMYK
RGB Variations
Color information
#F6735D (or 0xF6735D) is known color: Bittersweet. HEX triplet: F6, 73 and 5D. RGB value is (246,115,93). Sum of RGB (Red+Green+Blue) = 246+115+93=454 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.19% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 246 - color contains mainly: red. Hex color #F6735D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6735D is #098CA2. Grayscale: #979797. Windows color (decimal): -625827 or 6124534. OLE color: 6124534.
HSL color Cylindrical-coordinate representation of color #F6735D: hue angle of 8.63º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F6735D is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 115 | 93 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.04 |
| HSL | 8.63º | 0.89% | 0.66% | - |
| HSV(B) | 8.63º | 0.62% | 0.96% | - |
| XYZ | 46.11 | 32.64 | 14.23 | - |
| YUV | 151.66 | 94.9 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 115 | 93 | 0 | 0.53 | 0.62 | 0.04 | 8.63 | 0.89 | 0.66 |
| Hex | F6 | 73 | 5D | 0 | 35 | 3E | 4 | 9 | 59 | 42 |
| Octal | 366 | 163 | 135 | 0 | 65 | 76 | 4 | 11 | 131 | 102 |
| Binary | 11110110 | 1110011 | 1011101 | 0 | 110101 | 111110 | 100 | 1001 | 1011001 | 1000010 |
Color Harmonies of #F6735D
Complementary color
Monochromatic Colors of #F6735D
Black with #F6735D
Text Example
Text Example
White with #F6735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6735D; }
p { color: rgb(246,115,93); }
H1.HeaderClassName
{
color: #F6735D;
}
.AnyTagClassName
{
color: #F6735D;
}
</style>
background-color css
<style>
a { background-color: #F6735D; }
a { background-color: rgb(246,115,93); }
div.DivClassName
{
background-color: #F6735D;
}
.BgClassName
{
background-color: #F6735D;
}
</style>
border-color css
<style>
span { border-color: #F6735D; }
span { border-color: rgb(246,115,93); }
td.TdClassName
{
border-color: #F6735D;
}
.TagClassName
{
border-color: #F6735D;
}
</style>