Shades of Bittersweet #F9635A
Tints of Bittersweet #F9635A
RGB
CMYK
RGB Variations
Color information
#F9635A (or 0xF9635A) is known color: Bittersweet. HEX triplet: F9, 63 and 5A. RGB value is (249,99,90). Sum of RGB (Red+Green+Blue) = 249+99+90=438 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.85% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 249 - color contains mainly: red. Hex color #F9635A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9635A is #069CA5. Grayscale: #8F8F8F. Windows color (decimal): -433318 or 5923833. OLE color: 5923833.
HSL color Cylindrical-coordinate representation of color #F9635A: hue angle of 3.4º 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 #F9635A is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 90 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.02 |
| HSL | 3.4º | 0.93% | 0.66% | - |
| HSV(B) | 3.4º | 0.64% | 0.98% | - |
| XYZ | 45.37 | 29.8 | 13.03 | - |
| YUV | 142.82 | 98.2 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 90 | 0 | 0.60 | 0.64 | 0.02 | 3.4 | 0.93 | 0.66 |
| Hex | F9 | 63 | 5A | 0 | 3C | 40 | 2 | 3 | 5D | 42 |
| Octal | 371 | 143 | 132 | 0 | 74 | 100 | 2 | 3 | 135 | 102 |
| Binary | 11111001 | 1100011 | 1011010 | 0 | 111100 | 1000000 | 10 | 11 | 1011101 | 1000010 |
Color Harmonies of #F9635A
Complementary color
Monochromatic Colors of #F9635A
Black with #F9635A
Text Example
Text Example
White with #F9635A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9635A; }
p { color: rgb(249,99,90); }
H1.HeaderClassName
{
color: #F9635A;
}
.AnyTagClassName
{
color: #F9635A;
}
</style>
background-color css
<style>
a { background-color: #F9635A; }
a { background-color: rgb(249,99,90); }
div.DivClassName
{
background-color: #F9635A;
}
.BgClassName
{
background-color: #F9635A;
}
</style>
border-color css
<style>
span { border-color: #F9635A; }
span { border-color: rgb(249,99,90); }
td.TdClassName
{
border-color: #F9635A;
}
.TagClassName
{
border-color: #F9635A;
}
</style>