Shades of My Sin #F1AF40
Tints of My Sin #F1AF40
RGB
CMYK
RGB Variations
Color information
#F1AF40 (or 0xF1AF40) is known color: My Sin. HEX triplet: F1, AF and 40. RGB value is (241,175,64). Sum of RGB (Red+Green+Blue) = 241+175+64=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 64 (25.39% from 255 or 13.33% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AF40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1AF40 is #0E50BF. Grayscale: #B6B6B6. Windows color (decimal): -938176 or 4239345. OLE color: 4239345.
HSL color Cylindrical-coordinate representation of color #F1AF40: hue angle of 37.63º 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 #F1AF40 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 175 | 64 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.05 |
| HSL | 37.63º | 0.86% | 0.6% | - |
| HSV(B) | 37.63º | 0.73% | 0.95% | - |
| XYZ | 52.53 | 49.73 | 11.68 | - |
| YUV | 182.08 | 61.37 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 175 | 64 | 0 | 0.27 | 0.73 | 0.05 | 37.63 | 0.86 | 0.6 |
| Hex | F1 | AF | 40 | 0 | 1B | 49 | 5 | 26 | 56 | 3C |
| Octal | 361 | 257 | 100 | 0 | 33 | 111 | 5 | 46 | 126 | 74 |
| Binary | 11110001 | 10101111 | 1000000 | 0 | 11011 | 1001001 | 101 | 100110 | 1010110 | 111100 |
Color Harmonies of #F1AF40
Complementary color
Monochromatic Colors of #F1AF40
Black with #F1AF40
Text Example
Text Example
White with #F1AF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AF40; }
p { color: rgb(241,175,64); }
H1.HeaderClassName
{
color: #F1AF40;
}
.AnyTagClassName
{
color: #F1AF40;
}
</style>
background-color css
<style>
a { background-color: #F1AF40; }
a { background-color: rgb(241,175,64); }
div.DivClassName
{
background-color: #F1AF40;
}
.BgClassName
{
background-color: #F1AF40;
}
</style>
border-color css
<style>
span { border-color: #F1AF40; }
span { border-color: rgb(241,175,64); }
td.TdClassName
{
border-color: #F1AF40;
}
.TagClassName
{
border-color: #F1AF40;
}
</style>