Shades of My Sin #F4AF42
Tints of My Sin #F4AF42
RGB
CMYK
RGB Variations
Color information
#F4AF42 (or 0xF4AF42) is known color: My Sin. HEX triplet: F4, AF and 42. RGB value is (244,175,66). Sum of RGB (Red+Green+Blue) = 244+175+66=485 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.31% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 66 (26.17% from 255 or 13.61% from 485); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AF42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4AF42 is #0B50BD. Grayscale: #B7B7B7. Windows color (decimal): -741566 or 4370420. OLE color: 4370420.
HSL color Cylindrical-coordinate representation of color #F4AF42: hue angle of 36.74º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F4AF42 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 175 | 66 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.04 |
| HSL | 36.74º | 0.89% | 0.61% | - |
| HSV(B) | 36.74º | 0.73% | 0.96% | - |
| XYZ | 53.62 | 50.29 | 12.03 | - |
| YUV | 183.21 | 61.86 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 175 | 66 | 0 | 0.28 | 0.73 | 0.04 | 36.74 | 0.89 | 0.61 |
| Hex | F4 | AF | 42 | 0 | 1C | 49 | 4 | 25 | 59 | 3D |
| Octal | 364 | 257 | 102 | 0 | 34 | 111 | 4 | 45 | 131 | 75 |
| Binary | 11110100 | 10101111 | 1000010 | 0 | 11100 | 1001001 | 100 | 100101 | 1011001 | 111101 |
Color Harmonies of #F4AF42
Complementary color
Monochromatic Colors of #F4AF42
Black with #F4AF42
Text Example
Text Example
White with #F4AF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AF42; }
p { color: rgb(244,175,66); }
H1.HeaderClassName
{
color: #F4AF42;
}
.AnyTagClassName
{
color: #F4AF42;
}
</style>
background-color css
<style>
a { background-color: #F4AF42; }
a { background-color: rgb(244,175,66); }
div.DivClassName
{
background-color: #F4AF42;
}
.BgClassName
{
background-color: #F4AF42;
}
</style>
border-color css
<style>
span { border-color: #F4AF42; }
span { border-color: rgb(244,175,66); }
td.TdClassName
{
border-color: #F4AF42;
}
.TagClassName
{
border-color: #F4AF42;
}
</style>