Shades of Bittersweet #F9625A
Tints of Bittersweet #F9625A
RGB
CMYK
RGB Variations
Color information
#F9625A (or 0xF9625A) is known color: Bittersweet. HEX triplet: F9, 62 and 5A. RGB value is (249,98,90). Sum of RGB (Red+Green+Blue) = 249+98+90=437 (57% of max value = 765). Red value is 249 (97.66% from 255 or 56.98% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 90 (35.55% from 255 or 20.59% from 437); Max value from RGB is 249 - color contains mainly: red. Hex color #F9625A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9625A is #069DA5. Grayscale: #8E8E8E. Windows color (decimal): -433574 or 5923577. OLE color: 5923577.
HSL color Cylindrical-coordinate representation of color #F9625A: hue angle of 3.02º 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 #F9625A is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 98 | 90 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.02 |
| HSL | 3.02º | 0.93% | 0.66% | - |
| HSV(B) | 3.02º | 0.64% | 0.98% | - |
| XYZ | 45.28 | 29.61 | 13 | - |
| YUV | 142.24 | 98.53 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 98 | 90 | 0 | 0.61 | 0.64 | 0.02 | 3.02 | 0.93 | 0.66 |
| Hex | F9 | 62 | 5A | 0 | 3D | 40 | 2 | 3 | 5D | 42 |
| Octal | 371 | 142 | 132 | 0 | 75 | 100 | 2 | 3 | 135 | 102 |
| Binary | 11111001 | 1100010 | 1011010 | 0 | 111101 | 1000000 | 10 | 11 | 1011101 | 1000010 |
Color Harmonies of #F9625A
Complementary color
Monochromatic Colors of #F9625A
Black with #F9625A
Text Example
Text Example
White with #F9625A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9625A; }
p { color: rgb(249,98,90); }
H1.HeaderClassName
{
color: #F9625A;
}
.AnyTagClassName
{
color: #F9625A;
}
</style>
background-color css
<style>
a { background-color: #F9625A; }
a { background-color: rgb(249,98,90); }
div.DivClassName
{
background-color: #F9625A;
}
.BgClassName
{
background-color: #F9625A;
}
</style>
border-color css
<style>
span { border-color: #F9625A; }
span { border-color: rgb(249,98,90); }
td.TdClassName
{
border-color: #F9625A;
}
.TagClassName
{
border-color: #F9625A;
}
</style>