Shades of Bittersweet #F9745A
Tints of Bittersweet #F9745A
RGB
CMYK
RGB Variations
Color information
#F9745A (or 0xF9745A) is known color: Bittersweet. HEX triplet: F9, 74 and 5A. RGB value is (249,116,90). Sum of RGB (Red+Green+Blue) = 249+116+90=455 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.73% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 90 (35.55% from 255 or 19.78% from 455); Max value from RGB is 249 - color contains mainly: red. Hex color #F9745A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9745A is #068BA5. Grayscale: #999999. Windows color (decimal): -428966 or 5928185. OLE color: 5928185.
HSL color Cylindrical-coordinate representation of color #F9745A: hue angle of 9.81º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F9745A is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 116 | 90 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.02 |
| HSL | 9.81º | 0.93% | 0.66% | - |
| HSV(B) | 9.81º | 0.64% | 0.98% | - |
| XYZ | 47.16 | 33.37 | 13.63 | - |
| YUV | 152.8 | 92.56 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 116 | 90 | 0 | 0.53 | 0.64 | 0.02 | 9.81 | 0.93 | 0.66 |
| Hex | F9 | 74 | 5A | 0 | 35 | 40 | 2 | A | 5D | 42 |
| Octal | 371 | 164 | 132 | 0 | 65 | 100 | 2 | 12 | 135 | 102 |
| Binary | 11111001 | 1110100 | 1011010 | 0 | 110101 | 1000000 | 10 | 1010 | 1011101 | 1000010 |
Color Harmonies of #F9745A
Complementary color
Monochromatic Colors of #F9745A
Black with #F9745A
Text Example
Text Example
White with #F9745A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9745A; }
p { color: rgb(249,116,90); }
H1.HeaderClassName
{
color: #F9745A;
}
.AnyTagClassName
{
color: #F9745A;
}
</style>
background-color css
<style>
a { background-color: #F9745A; }
a { background-color: rgb(249,116,90); }
div.DivClassName
{
background-color: #F9745A;
}
.BgClassName
{
background-color: #F9745A;
}
</style>
border-color css
<style>
span { border-color: #F9745A; }
span { border-color: rgb(249,116,90); }
td.TdClassName
{
border-color: #F9745A;
}
.TagClassName
{
border-color: #F9745A;
}
</style>