Shades of My Sin #F3AF40
Tints of My Sin #F3AF40
RGB
CMYK
RGB Variations
Color information
#F3AF40 (or 0xF3AF40) is known color: My Sin. HEX triplet: F3, AF and 40. RGB value is (243,175,64). Sum of RGB (Red+Green+Blue) = 243+175+64=482 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.41% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 64 (25.39% from 255 or 13.28% from 482); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AF40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3AF40 is #0C50BF. Grayscale: #B7B7B7. Windows color (decimal): -807104 or 4239347. OLE color: 4239347.
HSL color Cylindrical-coordinate representation of color #F3AF40: hue angle of 37.21º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F3AF40 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 175 | 64 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.05 |
| HSL | 37.21º | 0.88% | 0.6% | - |
| HSV(B) | 37.21º | 0.74% | 0.95% | - |
| XYZ | 53.22 | 50.08 | 11.71 | - |
| YUV | 182.68 | 61.03 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 175 | 64 | 0 | 0.28 | 0.74 | 0.05 | 37.21 | 0.88 | 0.6 |
| Hex | F3 | AF | 40 | 0 | 1C | 4A | 5 | 25 | 58 | 3C |
| Octal | 363 | 257 | 100 | 0 | 34 | 112 | 5 | 45 | 130 | 74 |
| Binary | 11110011 | 10101111 | 1000000 | 0 | 11100 | 1001010 | 101 | 100101 | 1011000 | 111100 |
Color Harmonies of #F3AF40
Complementary color
Monochromatic Colors of #F3AF40
Black with #F3AF40
Text Example
Text Example
White with #F3AF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AF40; }
p { color: rgb(243,175,64); }
H1.HeaderClassName
{
color: #F3AF40;
}
.AnyTagClassName
{
color: #F3AF40;
}
</style>
background-color css
<style>
a { background-color: #F3AF40; }
a { background-color: rgb(243,175,64); }
div.DivClassName
{
background-color: #F3AF40;
}
.BgClassName
{
background-color: #F3AF40;
}
</style>
border-color css
<style>
span { border-color: #F3AF40; }
span { border-color: rgb(243,175,64); }
td.TdClassName
{
border-color: #F3AF40;
}
.TagClassName
{
border-color: #F3AF40;
}
</style>