Shades of My Sin #F2AF43
Tints of My Sin #F2AF43
RGB
CMYK
RGB Variations
Color information
#F2AF43 (or 0xF2AF43) is known color: My Sin. HEX triplet: F2, AF and 43. RGB value is (242,175,67). Sum of RGB (Red+Green+Blue) = 242+175+67=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 67 (26.56% from 255 or 13.84% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF43 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AF43 is #0D50BC. Grayscale: #B7B7B7. Windows color (decimal): -872637 or 4435954. OLE color: 4435954.
HSL color Cylindrical-coordinate representation of color #F2AF43: hue angle of 37.03º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F2AF43 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 67 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.05 |
| HSL | 37.03º | 0.87% | 0.61% | - |
| HSV(B) | 37.03º | 0.72% | 0.95% | - |
| XYZ | 52.96 | 49.94 | 12.16 | - |
| YUV | 182.72 | 62.7 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 67 | 0 | 0.28 | 0.72 | 0.05 | 37.03 | 0.87 | 0.61 |
| Hex | F2 | AF | 43 | 0 | 1C | 48 | 5 | 25 | 57 | 3D |
| Octal | 362 | 257 | 103 | 0 | 34 | 110 | 5 | 45 | 127 | 75 |
| Binary | 11110010 | 10101111 | 1000011 | 0 | 11100 | 1001000 | 101 | 100101 | 1010111 | 111101 |
Color Harmonies of #F2AF43
Complementary color
Monochromatic Colors of #F2AF43
Black with #F2AF43
Text Example
Text Example
White with #F2AF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AF43; }
p { color: rgb(242,175,67); }
H1.HeaderClassName
{
color: #F2AF43;
}
.AnyTagClassName
{
color: #F2AF43;
}
</style>
background-color css
<style>
a { background-color: #F2AF43; }
a { background-color: rgb(242,175,67); }
div.DivClassName
{
background-color: #F2AF43;
}
.BgClassName
{
background-color: #F2AF43;
}
</style>
border-color css
<style>
span { border-color: #F2AF43; }
span { border-color: rgb(242,175,67); }
td.TdClassName
{
border-color: #F2AF43;
}
.TagClassName
{
border-color: #F2AF43;
}
</style>