Shades of My Sin #F4AF40
Tints of My Sin #F4AF40
RGB
CMYK
RGB Variations
Color information
#F4AF40 (or 0xF4AF40) is known color: My Sin. HEX triplet: F4, AF and 40. RGB value is (244,175,64). Sum of RGB (Red+Green+Blue) = 244+175+64=483 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.52% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 64 (25.39% from 255 or 13.25% from 483); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AF40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4AF40 is #0B50BF. Grayscale: #B7B7B7. Windows color (decimal): -741568 or 4239348. OLE color: 4239348.
HSL color Cylindrical-coordinate representation of color #F4AF40: hue angle of 37º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F4AF40 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 175 | 64 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.04 |
| HSL | 37º | 0.89% | 0.6% | - |
| HSV(B) | 37º | 0.74% | 0.96% | - |
| XYZ | 53.56 | 50.26 | 11.73 | - |
| YUV | 182.98 | 60.86 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 175 | 64 | 0 | 0.28 | 0.74 | 0.04 | 37 | 0.89 | 0.6 |
| Hex | F4 | AF | 40 | 0 | 1C | 4A | 4 | 25 | 59 | 3C |
| Octal | 364 | 257 | 100 | 0 | 34 | 112 | 4 | 45 | 131 | 74 |
| Binary | 11110100 | 10101111 | 1000000 | 0 | 11100 | 1001010 | 100 | 100101 | 1011001 | 111100 |
Color Harmonies of #F4AF40
Complementary color
Monochromatic Colors of #F4AF40
Black with #F4AF40
Text Example
Text Example
White with #F4AF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AF40; }
p { color: rgb(244,175,64); }
H1.HeaderClassName
{
color: #F4AF40;
}
.AnyTagClassName
{
color: #F4AF40;
}
</style>
background-color css
<style>
a { background-color: #F4AF40; }
a { background-color: rgb(244,175,64); }
div.DivClassName
{
background-color: #F4AF40;
}
.BgClassName
{
background-color: #F4AF40;
}
</style>
border-color css
<style>
span { border-color: #F4AF40; }
span { border-color: rgb(244,175,64); }
td.TdClassName
{
border-color: #F4AF40;
}
.TagClassName
{
border-color: #F4AF40;
}
</style>