Shades of My Sin #F2A741
Tints of My Sin #F2A741
RGB
CMYK
RGB Variations
Color information
#F2A741 (or 0xF2A741) is known color: My Sin. HEX triplet: F2, A7 and 41. RGB value is (242,167,65). Sum of RGB (Red+Green+Blue) = 242+167+65=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 65 (25.78% from 255 or 13.71% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A741 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A741 is #0D58BE. Grayscale: #B2B2B2. Windows color (decimal): -874687 or 4302834. OLE color: 4302834.
HSL color Cylindrical-coordinate representation of color #F2A741: hue angle of 34.58º 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 #F2A741 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 167 | 65 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.05 |
| HSL | 34.58º | 0.87% | 0.6% | - |
| HSV(B) | 34.58º | 0.73% | 0.95% | - |
| XYZ | 51.39 | 46.9 | 11.34 | - |
| YUV | 177.8 | 64.35 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 167 | 65 | 0 | 0.31 | 0.73 | 0.05 | 34.58 | 0.87 | 0.6 |
| Hex | F2 | A7 | 41 | 0 | 1F | 49 | 5 | 23 | 57 | 3C |
| Octal | 362 | 247 | 101 | 0 | 37 | 111 | 5 | 43 | 127 | 74 |
| Binary | 11110010 | 10100111 | 1000001 | 0 | 11111 | 1001001 | 101 | 100011 | 1010111 | 111100 |
Color Harmonies of #F2A741
Complementary color
Monochromatic Colors of #F2A741
Black with #F2A741
Text Example
Text Example
White with #F2A741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A741; }
p { color: rgb(242,167,65); }
H1.HeaderClassName
{
color: #F2A741;
}
.AnyTagClassName
{
color: #F2A741;
}
</style>
background-color css
<style>
a { background-color: #F2A741; }
a { background-color: rgb(242,167,65); }
div.DivClassName
{
background-color: #F2A741;
}
.BgClassName
{
background-color: #F2A741;
}
</style>
border-color css
<style>
span { border-color: #F2A741; }
span { border-color: rgb(242,167,65); }
td.TdClassName
{
border-color: #F2A741;
}
.TagClassName
{
border-color: #F2A741;
}
</style>