Shades of My Sin #F6AF40
Tints of My Sin #F6AF40
RGB
CMYK
RGB Variations
Color information
#F6AF40 (or 0xF6AF40) is known color: My Sin. HEX triplet: F6, AF and 40. RGB value is (246,175,64). Sum of RGB (Red+Green+Blue) = 246+175+64=485 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.72% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 64 (25.39% from 255 or 13.20% from 485); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AF40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6AF40 is #0950BF. Grayscale: #B8B8B8. Windows color (decimal): -610496 or 4239350. OLE color: 4239350.
HSL color Cylindrical-coordinate representation of color #F6AF40: hue angle of 36.59º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F6AF40 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 175 | 64 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.04 |
| HSL | 36.59º | 0.91% | 0.61% | - |
| HSV(B) | 36.59º | 0.74% | 0.96% | - |
| XYZ | 54.26 | 50.62 | 11.76 | - |
| YUV | 183.58 | 60.52 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 175 | 64 | 0 | 0.29 | 0.74 | 0.04 | 36.59 | 0.91 | 0.61 |
| Hex | F6 | AF | 40 | 0 | 1D | 4A | 4 | 25 | 5B | 3D |
| Octal | 366 | 257 | 100 | 0 | 35 | 112 | 4 | 45 | 133 | 75 |
| Binary | 11110110 | 10101111 | 1000000 | 0 | 11101 | 1001010 | 100 | 100101 | 1011011 | 111101 |
Color Harmonies of #F6AF40
Complementary color
Monochromatic Colors of #F6AF40
Black with #F6AF40
Text Example
Text Example
White with #F6AF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AF40; }
p { color: rgb(246,175,64); }
H1.HeaderClassName
{
color: #F6AF40;
}
.AnyTagClassName
{
color: #F6AF40;
}
</style>
background-color css
<style>
a { background-color: #F6AF40; }
a { background-color: rgb(246,175,64); }
div.DivClassName
{
background-color: #F6AF40;
}
.BgClassName
{
background-color: #F6AF40;
}
</style>
border-color css
<style>
span { border-color: #F6AF40; }
span { border-color: rgb(246,175,64); }
td.TdClassName
{
border-color: #F6AF40;
}
.TagClassName
{
border-color: #F6AF40;
}
</style>