Shades of My Sin #F4AF3F
Tints of My Sin #F4AF3F
RGB
CMYK
RGB Variations
Color information
#F4AF3F (or 0xF4AF3F) is known color: My Sin. HEX triplet: F4, AF and 3F. RGB value is (244,175,63). Sum of RGB (Red+Green+Blue) = 244+175+63=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 63 (25% from 255 or 13.07% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AF3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4AF3F is #0B50C0. Grayscale: #B7B7B7. Windows color (decimal): -741569 or 4173812. OLE color: 4173812.
HSL color Cylindrical-coordinate representation of color #F4AF3F: hue angle of 37.13º degrees, saturation: 0.89, 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 #F4AF3F is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 175 | 63 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.04 |
| HSL | 37.13º | 0.89% | 0.6% | - |
| HSV(B) | 37.13º | 0.74% | 0.96% | - |
| XYZ | 53.54 | 50.25 | 11.58 | - |
| YUV | 182.86 | 60.36 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 175 | 63 | 0 | 0.28 | 0.74 | 0.04 | 37.13 | 0.89 | 0.6 |
| Hex | F4 | AF | 3F | 0 | 1C | 4A | 4 | 25 | 59 | 3C |
| Octal | 364 | 257 | 77 | 0 | 34 | 112 | 4 | 45 | 131 | 74 |
| Binary | 11110100 | 10101111 | 111111 | 0 | 11100 | 1001010 | 100 | 100101 | 1011001 | 111100 |
Color Harmonies of #F4AF3F
Complementary color
Monochromatic Colors of #F4AF3F
Black with #F4AF3F
Text Example
Text Example
White with #F4AF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AF3F; }
p { color: rgb(244,175,63); }
H1.HeaderClassName
{
color: #F4AF3F;
}
.AnyTagClassName
{
color: #F4AF3F;
}
</style>
background-color css
<style>
a { background-color: #F4AF3F; }
a { background-color: rgb(244,175,63); }
div.DivClassName
{
background-color: #F4AF3F;
}
.BgClassName
{
background-color: #F4AF3F;
}
</style>
border-color css
<style>
span { border-color: #F4AF3F; }
span { border-color: rgb(244,175,63); }
td.TdClassName
{
border-color: #F4AF3F;
}
.TagClassName
{
border-color: #F4AF3F;
}
</style>