Shades of My Sin #F9B444
Tints of My Sin #F9B444
RGB
CMYK
RGB Variations
Color information
#F9B444 (or 0xF9B444) is known color: My Sin. HEX triplet: F9, B4 and 44. RGB value is (249,180,68). Sum of RGB (Red+Green+Blue) = 249+180+68=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 68 (26.95% from 255 or 13.68% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B444 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9B444 is #064BBB. Grayscale: #BCBCBC. Windows color (decimal): -412604 or 4502777. OLE color: 4502777.
HSL color Cylindrical-coordinate representation of color #F9B444: hue angle of 37.13º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F9B444 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 180 | 68 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.02 |
| HSL | 37.13º | 0.94% | 0.62% | - |
| HSV(B) | 37.13º | 0.73% | 0.98% | - |
| XYZ | 56.43 | 53.2 | 12.76 | - |
| YUV | 187.86 | 60.36 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 180 | 68 | 0 | 0.28 | 0.73 | 0.02 | 37.13 | 0.94 | 0.62 |
| Hex | F9 | B4 | 44 | 0 | 1C | 49 | 2 | 25 | 5E | 3E |
| Octal | 371 | 264 | 104 | 0 | 34 | 111 | 2 | 45 | 136 | 76 |
| Binary | 11111001 | 10110100 | 1000100 | 0 | 11100 | 1001001 | 10 | 100101 | 1011110 | 111110 |
Color Harmonies of #F9B444
Complementary color
Monochromatic Colors of #F9B444
Black with #F9B444
Text Example
Text Example
White with #F9B444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B444; }
p { color: rgb(249,180,68); }
H1.HeaderClassName
{
color: #F9B444;
}
.AnyTagClassName
{
color: #F9B444;
}
</style>
background-color css
<style>
a { background-color: #F9B444; }
a { background-color: rgb(249,180,68); }
div.DivClassName
{
background-color: #F9B444;
}
.BgClassName
{
background-color: #F9B444;
}
</style>
border-color css
<style>
span { border-color: #F9B444; }
span { border-color: rgb(249,180,68); }
td.TdClassName
{
border-color: #F9B444;
}
.TagClassName
{
border-color: #F9B444;
}
</style>