Shades of My Sin #F2AF3F
Tints of My Sin #F2AF3F
RGB
CMYK
RGB Variations
Color information
#F2AF3F (or 0xF2AF3F) is known color: My Sin. HEX triplet: F2, AF and 3F. RGB value is (242,175,63). Sum of RGB (Red+Green+Blue) = 242+175+63=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 63 (25% from 255 or 13.12% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AF3F is #0D50C0. Grayscale: #B6B6B6. Windows color (decimal): -872641 or 4173810. OLE color: 4173810.
HSL color Cylindrical-coordinate representation of color #F2AF3F: hue angle of 37.54º degrees, saturation: 0.87, 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 #F2AF3F is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 63 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.05 |
| HSL | 37.54º | 0.87% | 0.6% | - |
| HSV(B) | 37.54º | 0.74% | 0.95% | - |
| XYZ | 52.85 | 49.9 | 11.55 | - |
| YUV | 182.27 | 60.7 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 63 | 0 | 0.28 | 0.74 | 0.05 | 37.54 | 0.87 | 0.6 |
| Hex | F2 | AF | 3F | 0 | 1C | 4A | 5 | 26 | 57 | 3C |
| Octal | 362 | 257 | 77 | 0 | 34 | 112 | 5 | 46 | 127 | 74 |
| Binary | 11110010 | 10101111 | 111111 | 0 | 11100 | 1001010 | 101 | 100110 | 1010111 | 111100 |
Color Harmonies of #F2AF3F
Complementary color
Monochromatic Colors of #F2AF3F
Black with #F2AF3F
Text Example
Text Example
White with #F2AF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AF3F; }
p { color: rgb(242,175,63); }
H1.HeaderClassName
{
color: #F2AF3F;
}
.AnyTagClassName
{
color: #F2AF3F;
}
</style>
background-color css
<style>
a { background-color: #F2AF3F; }
a { background-color: rgb(242,175,63); }
div.DivClassName
{
background-color: #F2AF3F;
}
.BgClassName
{
background-color: #F2AF3F;
}
</style>
border-color css
<style>
span { border-color: #F2AF3F; }
span { border-color: rgb(242,175,63); }
td.TdClassName
{
border-color: #F2AF3F;
}
.TagClassName
{
border-color: #F2AF3F;
}
</style>