Shades of Bittersweet #F9735D
Tints of Bittersweet #F9735D
RGB
CMYK
RGB Variations
Color information
#F9735D (or 0xF9735D) is known color: Bittersweet. HEX triplet: F9, 73 and 5D. RGB value is (249,115,93). Sum of RGB (Red+Green+Blue) = 249+115+93=457 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.49% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 249 - color contains mainly: red. Hex color #F9735D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9735D is #068CA2. Grayscale: #989898. Windows color (decimal): -429219 or 6124537. OLE color: 6124537.
HSL color Cylindrical-coordinate representation of color #F9735D: hue angle of 8.46º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F9735D is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 115 | 93 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.02 |
| HSL | 8.46º | 0.93% | 0.67% | - |
| HSV(B) | 8.46º | 0.63% | 0.98% | - |
| XYZ | 47.17 | 33.19 | 14.28 | - |
| YUV | 152.56 | 94.39 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 115 | 93 | 0 | 0.54 | 0.63 | 0.02 | 8.46 | 0.93 | 0.67 |
| Hex | F9 | 73 | 5D | 0 | 36 | 3F | 2 | 8 | 5D | 43 |
| Octal | 371 | 163 | 135 | 0 | 66 | 77 | 2 | 10 | 135 | 103 |
| Binary | 11111001 | 1110011 | 1011101 | 0 | 110110 | 111111 | 10 | 1000 | 1011101 | 1000011 |
Color Harmonies of #F9735D
Complementary color
Monochromatic Colors of #F9735D
Black with #F9735D
Text Example
Text Example
White with #F9735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9735D; }
p { color: rgb(249,115,93); }
H1.HeaderClassName
{
color: #F9735D;
}
.AnyTagClassName
{
color: #F9735D;
}
</style>
background-color css
<style>
a { background-color: #F9735D; }
a { background-color: rgb(249,115,93); }
div.DivClassName
{
background-color: #F9735D;
}
.BgClassName
{
background-color: #F9735D;
}
</style>
border-color css
<style>
span { border-color: #F9735D; }
span { border-color: rgb(249,115,93); }
td.TdClassName
{
border-color: #F9735D;
}
.TagClassName
{
border-color: #F9735D;
}
</style>