Shades of My Sin #F2A642
Tints of My Sin #F2A642
RGB
CMYK
RGB Variations
Color information
#F2A642 (or 0xF2A642) is known color: My Sin. HEX triplet: F2, A6 and 42. RGB value is (242,166,66). Sum of RGB (Red+Green+Blue) = 242+166+66=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 66 (26.17% from 255 or 13.92% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A642 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A642 is #0D59BD. Grayscale: #B1B1B1. Windows color (decimal): -874942 or 4368114. OLE color: 4368114.
HSL color Cylindrical-coordinate representation of color #F2A642: hue angle of 34.09º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F2A642 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 166 | 66 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.05 |
| HSL | 34.09º | 0.87% | 0.6% | - |
| HSV(B) | 34.09º | 0.73% | 0.95% | - |
| XYZ | 51.24 | 46.54 | 11.44 | - |
| YUV | 177.32 | 65.18 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 166 | 66 | 0 | 0.31 | 0.73 | 0.05 | 34.09 | 0.87 | 0.6 |
| Hex | F2 | A6 | 42 | 0 | 1F | 49 | 5 | 22 | 57 | 3C |
| Octal | 362 | 246 | 102 | 0 | 37 | 111 | 5 | 42 | 127 | 74 |
| Binary | 11110010 | 10100110 | 1000010 | 0 | 11111 | 1001001 | 101 | 100010 | 1010111 | 111100 |
Color Harmonies of #F2A642
Complementary color
Monochromatic Colors of #F2A642
Black with #F2A642
Text Example
Text Example
White with #F2A642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A642; }
p { color: rgb(242,166,66); }
H1.HeaderClassName
{
color: #F2A642;
}
.AnyTagClassName
{
color: #F2A642;
}
</style>
background-color css
<style>
a { background-color: #F2A642; }
a { background-color: rgb(242,166,66); }
div.DivClassName
{
background-color: #F2A642;
}
.BgClassName
{
background-color: #F2A642;
}
</style>
border-color css
<style>
span { border-color: #F2A642; }
span { border-color: rgb(242,166,66); }
td.TdClassName
{
border-color: #F2A642;
}
.TagClassName
{
border-color: #F2A642;
}
</style>