Shades of My Sin #F2A644
Tints of My Sin #F2A644
RGB
CMYK
RGB Variations
Color information
#F2A644 (or 0xF2A644) is known color: My Sin. HEX triplet: F2, A6 and 44. RGB value is (242,166,68). Sum of RGB (Red+Green+Blue) = 242+166+68=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 68 (26.95% from 255 or 14.29% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A644 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A644 is #0D59BB. Grayscale: #B2B2B2. Windows color (decimal): -874940 or 4499186. OLE color: 4499186.
HSL color Cylindrical-coordinate representation of color #F2A644: hue angle of 33.79º 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 #F2A644 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 166 | 68 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.05 |
| HSL | 33.79º | 0.87% | 0.61% | - |
| HSV(B) | 33.79º | 0.72% | 0.95% | - |
| XYZ | 51.3 | 46.57 | 11.75 | - |
| YUV | 177.55 | 66.18 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 166 | 68 | 0 | 0.31 | 0.72 | 0.05 | 33.79 | 0.87 | 0.61 |
| Hex | F2 | A6 | 44 | 0 | 1F | 48 | 5 | 22 | 57 | 3D |
| Octal | 362 | 246 | 104 | 0 | 37 | 110 | 5 | 42 | 127 | 75 |
| Binary | 11110010 | 10100110 | 1000100 | 0 | 11111 | 1001000 | 101 | 100010 | 1010111 | 111101 |
Color Harmonies of #F2A644
Complementary color
Monochromatic Colors of #F2A644
Black with #F2A644
Text Example
Text Example
White with #F2A644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A644; }
p { color: rgb(242,166,68); }
H1.HeaderClassName
{
color: #F2A644;
}
.AnyTagClassName
{
color: #F2A644;
}
</style>
background-color css
<style>
a { background-color: #F2A644; }
a { background-color: rgb(242,166,68); }
div.DivClassName
{
background-color: #F2A644;
}
.BgClassName
{
background-color: #F2A644;
}
</style>
border-color css
<style>
span { border-color: #F2A644; }
span { border-color: rgb(242,166,68); }
td.TdClassName
{
border-color: #F2A644;
}
.TagClassName
{
border-color: #F2A644;
}
</style>