Shades of My Sin #F5AF40
Tints of My Sin #F5AF40
RGB
CMYK
RGB Variations
Color information
#F5AF40 (or 0xF5AF40) is known color: My Sin. HEX triplet: F5, AF and 40. RGB value is (245,175,64). Sum of RGB (Red+Green+Blue) = 245+175+64=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 64 (25.39% from 255 or 13.22% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5AF40 is #0A50BF. Grayscale: #B7B7B7. Windows color (decimal): -676032 or 4239349. OLE color: 4239349.
HSL color Cylindrical-coordinate representation of color #F5AF40: hue angle of 36.8º degrees, saturation: 0.9, 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 #F5AF40 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 64 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.04 |
| HSL | 36.8º | 0.9% | 0.61% | - |
| HSV(B) | 36.8º | 0.74% | 0.96% | - |
| XYZ | 53.91 | 50.44 | 11.75 | - |
| YUV | 183.28 | 60.69 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 64 | 0 | 0.29 | 0.74 | 0.04 | 36.8 | 0.9 | 0.61 |
| Hex | F5 | AF | 40 | 0 | 1D | 4A | 4 | 25 | 5A | 3D |
| Octal | 365 | 257 | 100 | 0 | 35 | 112 | 4 | 45 | 132 | 75 |
| Binary | 11110101 | 10101111 | 1000000 | 0 | 11101 | 1001010 | 100 | 100101 | 1011010 | 111101 |
Color Harmonies of #F5AF40
Complementary color
Monochromatic Colors of #F5AF40
Black with #F5AF40
Text Example
Text Example
White with #F5AF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AF40; }
p { color: rgb(245,175,64); }
H1.HeaderClassName
{
color: #F5AF40;
}
.AnyTagClassName
{
color: #F5AF40;
}
</style>
background-color css
<style>
a { background-color: #F5AF40; }
a { background-color: rgb(245,175,64); }
div.DivClassName
{
background-color: #F5AF40;
}
.BgClassName
{
background-color: #F5AF40;
}
</style>
border-color css
<style>
span { border-color: #F5AF40; }
span { border-color: rgb(245,175,64); }
td.TdClassName
{
border-color: #F5AF40;
}
.TagClassName
{
border-color: #F5AF40;
}
</style>