Shades of My Sin #F1AD40
Tints of My Sin #F1AD40
RGB
CMYK
RGB Variations
Color information
#F1AD40 (or 0xF1AD40) is known color: My Sin. HEX triplet: F1, AD and 40. RGB value is (241,173,64). Sum of RGB (Red+Green+Blue) = 241+173+64=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 64 (25.39% from 255 or 13.39% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AD40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1AD40 is #0E52BF. Grayscale: #B5B5B5. Windows color (decimal): -938688 or 4238833. OLE color: 4238833.
HSL color Cylindrical-coordinate representation of color #F1AD40: hue angle of 36.95º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F1AD40 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 173 | 64 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.05 |
| HSL | 36.95º | 0.86% | 0.6% | - |
| HSV(B) | 36.95º | 0.73% | 0.95% | - |
| XYZ | 52.14 | 48.96 | 11.55 | - |
| YUV | 180.91 | 62.03 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 173 | 64 | 0 | 0.28 | 0.73 | 0.05 | 36.95 | 0.86 | 0.6 |
| Hex | F1 | AD | 40 | 0 | 1C | 49 | 5 | 25 | 56 | 3C |
| Octal | 361 | 255 | 100 | 0 | 34 | 111 | 5 | 45 | 126 | 74 |
| Binary | 11110001 | 10101101 | 1000000 | 0 | 11100 | 1001001 | 101 | 100101 | 1010110 | 111100 |
Color Harmonies of #F1AD40
Complementary color
Monochromatic Colors of #F1AD40
Black with #F1AD40
Text Example
Text Example
White with #F1AD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AD40; }
p { color: rgb(241,173,64); }
H1.HeaderClassName
{
color: #F1AD40;
}
.AnyTagClassName
{
color: #F1AD40;
}
</style>
background-color css
<style>
a { background-color: #F1AD40; }
a { background-color: rgb(241,173,64); }
div.DivClassName
{
background-color: #F1AD40;
}
.BgClassName
{
background-color: #F1AD40;
}
</style>
border-color css
<style>
span { border-color: #F1AD40; }
span { border-color: rgb(241,173,64); }
td.TdClassName
{
border-color: #F1AD40;
}
.TagClassName
{
border-color: #F1AD40;
}
</style>