Shades of My Sin #F9AF49
Tints of My Sin #F9AF49
RGB
CMYK
RGB Variations
Color information
#F9AF49 (or 0xF9AF49) is known color: My Sin. HEX triplet: F9, AF and 49. RGB value is (249,175,73). Sum of RGB (Red+Green+Blue) = 249+175+73=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 73 (28.91% from 255 or 14.69% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AF49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9AF49 is #0650B6. Grayscale: #B9B9B9. Windows color (decimal): -413879 or 4829177. OLE color: 4829177.
HSL color Cylindrical-coordinate representation of color #F9AF49: hue angle of 34.77º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F9AF49 is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 175 | 73 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.02 |
| HSL | 34.77º | 0.94% | 0.63% | - |
| HSV(B) | 34.77º | 0.71% | 0.98% | - |
| XYZ | 55.6 | 51.28 | 13.27 | - |
| YUV | 185.5 | 64.52 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 175 | 73 | 0 | 0.30 | 0.71 | 0.02 | 34.77 | 0.94 | 0.63 |
| Hex | F9 | AF | 49 | 0 | 1E | 47 | 2 | 23 | 5E | 3F |
| Octal | 371 | 257 | 111 | 0 | 36 | 107 | 2 | 43 | 136 | 77 |
| Binary | 11111001 | 10101111 | 1001001 | 0 | 11110 | 1000111 | 10 | 100011 | 1011110 | 111111 |
Color Harmonies of #F9AF49
Complementary color
Monochromatic Colors of #F9AF49
Black with #F9AF49
Text Example
Text Example
White with #F9AF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AF49; }
p { color: rgb(249,175,73); }
H1.HeaderClassName
{
color: #F9AF49;
}
.AnyTagClassName
{
color: #F9AF49;
}
</style>
background-color css
<style>
a { background-color: #F9AF49; }
a { background-color: rgb(249,175,73); }
div.DivClassName
{
background-color: #F9AF49;
}
.BgClassName
{
background-color: #F9AF49;
}
</style>
border-color css
<style>
span { border-color: #F9AF49; }
span { border-color: rgb(249,175,73); }
td.TdClassName
{
border-color: #F9AF49;
}
.TagClassName
{
border-color: #F9AF49;
}
</style>