Shades of My Sin #F5AF3F
Tints of My Sin #F5AF3F
RGB
CMYK
RGB Variations
Color information
#F5AF3F (or 0xF5AF3F) is known color: My Sin. HEX triplet: F5, AF and 3F. RGB value is (245,175,63). Sum of RGB (Red+Green+Blue) = 245+175+63=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 63 (25% from 255 or 13.04% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5AF3F is #0A50C0. Grayscale: #B7B7B7. Windows color (decimal): -676033 or 4173813. OLE color: 4173813.
HSL color Cylindrical-coordinate representation of color #F5AF3F: hue angle of 36.92º degrees, saturation: 0.9, 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 #F5AF3F is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 63 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.04 |
| HSL | 36.92º | 0.9% | 0.6% | - |
| HSV(B) | 36.92º | 0.74% | 0.96% | - |
| XYZ | 53.88 | 50.43 | 11.6 | - |
| YUV | 183.16 | 60.19 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 63 | 0 | 0.29 | 0.74 | 0.04 | 36.92 | 0.9 | 0.6 |
| Hex | F5 | AF | 3F | 0 | 1D | 4A | 4 | 25 | 5A | 3C |
| Octal | 365 | 257 | 77 | 0 | 35 | 112 | 4 | 45 | 132 | 74 |
| Binary | 11110101 | 10101111 | 111111 | 0 | 11101 | 1001010 | 100 | 100101 | 1011010 | 111100 |
Color Harmonies of #F5AF3F
Complementary color
Monochromatic Colors of #F5AF3F
Black with #F5AF3F
Text Example
Text Example
White with #F5AF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AF3F; }
p { color: rgb(245,175,63); }
H1.HeaderClassName
{
color: #F5AF3F;
}
.AnyTagClassName
{
color: #F5AF3F;
}
</style>
background-color css
<style>
a { background-color: #F5AF3F; }
a { background-color: rgb(245,175,63); }
div.DivClassName
{
background-color: #F5AF3F;
}
.BgClassName
{
background-color: #F5AF3F;
}
</style>
border-color css
<style>
span { border-color: #F5AF3F; }
span { border-color: rgb(245,175,63); }
td.TdClassName
{
border-color: #F5AF3F;
}
.TagClassName
{
border-color: #F5AF3F;
}
</style>