Shades of My Sin #F2AD40
Tints of My Sin #F2AD40
RGB
CMYK
RGB Variations
Color information
#F2AD40 (or 0xF2AD40) is known color: My Sin. HEX triplet: F2, AD and 40. RGB value is (242,173,64). Sum of RGB (Red+Green+Blue) = 242+173+64=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 64 (25.39% from 255 or 13.36% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AD40 is #0D52BF. Grayscale: #B5B5B5. Windows color (decimal): -873152 or 4238834. OLE color: 4238834.
HSL color Cylindrical-coordinate representation of color #F2AD40: hue angle of 36.74º 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 #F2AD40 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 64 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.05 |
| HSL | 36.74º | 0.87% | 0.6% | - |
| HSV(B) | 36.74º | 0.74% | 0.95% | - |
| XYZ | 52.49 | 49.13 | 11.57 | - |
| YUV | 181.21 | 61.86 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 64 | 0 | 0.29 | 0.74 | 0.05 | 36.74 | 0.87 | 0.6 |
| Hex | F2 | AD | 40 | 0 | 1D | 4A | 5 | 25 | 57 | 3C |
| Octal | 362 | 255 | 100 | 0 | 35 | 112 | 5 | 45 | 127 | 74 |
| Binary | 11110010 | 10101101 | 1000000 | 0 | 11101 | 1001010 | 101 | 100101 | 1010111 | 111100 |
Color Harmonies of #F2AD40
Complementary color
Monochromatic Colors of #F2AD40
Black with #F2AD40
Text Example
Text Example
White with #F2AD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AD40; }
p { color: rgb(242,173,64); }
H1.HeaderClassName
{
color: #F2AD40;
}
.AnyTagClassName
{
color: #F2AD40;
}
</style>
background-color css
<style>
a { background-color: #F2AD40; }
a { background-color: rgb(242,173,64); }
div.DivClassName
{
background-color: #F2AD40;
}
.BgClassName
{
background-color: #F2AD40;
}
</style>
border-color css
<style>
span { border-color: #F2AD40; }
span { border-color: rgb(242,173,64); }
td.TdClassName
{
border-color: #F2AD40;
}
.TagClassName
{
border-color: #F2AD40;
}
</style>