Shades of My Sin #F3AF3F
Tints of My Sin #F3AF3F
RGB
CMYK
RGB Variations
Color information
#F3AF3F (or 0xF3AF3F) is known color: My Sin. HEX triplet: F3, AF and 3F. RGB value is (243,175,63). Sum of RGB (Red+Green+Blue) = 243+175+63=481 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.52% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 63 (25% from 255 or 13.10% from 481); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AF3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3AF3F is #0C50C0. Grayscale: #B7B7B7. Windows color (decimal): -807105 or 4173811. OLE color: 4173811.
HSL color Cylindrical-coordinate representation of color #F3AF3F: hue angle of 37.33º 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 #F3AF3F is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 175 | 63 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.05 |
| HSL | 37.33º | 0.88% | 0.6% | - |
| HSV(B) | 37.33º | 0.74% | 0.95% | - |
| XYZ | 53.19 | 50.07 | 11.56 | - |
| YUV | 182.56 | 60.53 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 175 | 63 | 0 | 0.28 | 0.74 | 0.05 | 37.33 | 0.88 | 0.6 |
| Hex | F3 | AF | 3F | 0 | 1C | 4A | 5 | 25 | 58 | 3C |
| Octal | 363 | 257 | 77 | 0 | 34 | 112 | 5 | 45 | 130 | 74 |
| Binary | 11110011 | 10101111 | 111111 | 0 | 11100 | 1001010 | 101 | 100101 | 1011000 | 111100 |
Color Harmonies of #F3AF3F
Complementary color
Monochromatic Colors of #F3AF3F
Black with #F3AF3F
Text Example
Text Example
White with #F3AF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AF3F; }
p { color: rgb(243,175,63); }
H1.HeaderClassName
{
color: #F3AF3F;
}
.AnyTagClassName
{
color: #F3AF3F;
}
</style>
background-color css
<style>
a { background-color: #F3AF3F; }
a { background-color: rgb(243,175,63); }
div.DivClassName
{
background-color: #F3AF3F;
}
.BgClassName
{
background-color: #F3AF3F;
}
</style>
border-color css
<style>
span { border-color: #F3AF3F; }
span { border-color: rgb(243,175,63); }
td.TdClassName
{
border-color: #F3AF3F;
}
.TagClassName
{
border-color: #F3AF3F;
}
</style>