Shades of My Sin #F2AB40
Tints of My Sin #F2AB40
RGB
CMYK
RGB Variations
Color information
#F2AB40 (or 0xF2AB40) is known color: My Sin. HEX triplet: F2, AB and 40. RGB value is (242,171,64). Sum of RGB (Red+Green+Blue) = 242+171+64=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 64 (25.39% from 255 or 13.42% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AB40 is #0D54BF. Grayscale: #B4B4B4. Windows color (decimal): -873664 or 4238322. OLE color: 4238322.
HSL color Cylindrical-coordinate representation of color #F2AB40: hue angle of 36.07º 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 #F2AB40 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 64 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.05 |
| HSL | 36.07º | 0.87% | 0.6% | - |
| HSV(B) | 36.07º | 0.74% | 0.95% | - |
| XYZ | 52.11 | 48.37 | 11.44 | - |
| YUV | 180.03 | 62.52 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 64 | 0 | 0.29 | 0.74 | 0.05 | 36.07 | 0.87 | 0.6 |
| Hex | F2 | AB | 40 | 0 | 1D | 4A | 5 | 24 | 57 | 3C |
| Octal | 362 | 253 | 100 | 0 | 35 | 112 | 5 | 44 | 127 | 74 |
| Binary | 11110010 | 10101011 | 1000000 | 0 | 11101 | 1001010 | 101 | 100100 | 1010111 | 111100 |
Color Harmonies of #F2AB40
Complementary color
Monochromatic Colors of #F2AB40
Black with #F2AB40
Text Example
Text Example
White with #F2AB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AB40; }
p { color: rgb(242,171,64); }
H1.HeaderClassName
{
color: #F2AB40;
}
.AnyTagClassName
{
color: #F2AB40;
}
</style>
background-color css
<style>
a { background-color: #F2AB40; }
a { background-color: rgb(242,171,64); }
div.DivClassName
{
background-color: #F2AB40;
}
.BgClassName
{
background-color: #F2AB40;
}
</style>
border-color css
<style>
span { border-color: #F2AB40; }
span { border-color: rgb(242,171,64); }
td.TdClassName
{
border-color: #F2AB40;
}
.TagClassName
{
border-color: #F2AB40;
}
</style>