Shades of My Sin #F9B144
Tints of My Sin #F9B144
RGB
CMYK
RGB Variations
Color information
#F9B144 (or 0xF9B144) is known color: My Sin. HEX triplet: F9, B1 and 44. RGB value is (249,177,68). Sum of RGB (Red+Green+Blue) = 249+177+68=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 68 (26.95% from 255 or 13.77% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B144 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9B144 is #064EBB. Grayscale: #BABABA. Windows color (decimal): -413372 or 4502009. OLE color: 4502009.
HSL color Cylindrical-coordinate representation of color #F9B144: hue angle of 36.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 #F9B144 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 177 | 68 | - |
| CMYK | 0 | 0.29 | 0.73 | 0.02 |
| HSL | 36.13º | 0.94% | 0.62% | - |
| HSV(B) | 36.13º | 0.73% | 0.98% | - |
| XYZ | 55.83 | 52 | 12.56 | - |
| YUV | 186.1 | 61.35 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 177 | 68 | 0 | 0.29 | 0.73 | 0.02 | 36.13 | 0.94 | 0.62 |
| Hex | F9 | B1 | 44 | 0 | 1D | 49 | 2 | 24 | 5E | 3E |
| Octal | 371 | 261 | 104 | 0 | 35 | 111 | 2 | 44 | 136 | 76 |
| Binary | 11111001 | 10110001 | 1000100 | 0 | 11101 | 1001001 | 10 | 100100 | 1011110 | 111110 |
Color Harmonies of #F9B144
Complementary color
Monochromatic Colors of #F9B144
Black with #F9B144
Text Example
Text Example
White with #F9B144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B144; }
p { color: rgb(249,177,68); }
H1.HeaderClassName
{
color: #F9B144;
}
.AnyTagClassName
{
color: #F9B144;
}
</style>
background-color css
<style>
a { background-color: #F9B144; }
a { background-color: rgb(249,177,68); }
div.DivClassName
{
background-color: #F9B144;
}
.BgClassName
{
background-color: #F9B144;
}
</style>
border-color css
<style>
span { border-color: #F9B144; }
span { border-color: rgb(249,177,68); }
td.TdClassName
{
border-color: #F9B144;
}
.TagClassName
{
border-color: #F9B144;
}
</style>