Shades of My Sin #F2B542
Tints of My Sin #F2B542
RGB
CMYK
RGB Variations
Color information
#F2B542 (or 0xF2B542) is known color: My Sin. HEX triplet: F2, B5 and 42. RGB value is (242,181,66). Sum of RGB (Red+Green+Blue) = 242+181+66=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 181 (71.09% from 255 or 37.01% from 489); Blue value is 66 (26.17% from 255 or 13.50% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B542 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B542 is #0D4ABD. Grayscale: #BABABA. Windows color (decimal): -871102 or 4371954. OLE color: 4371954.
HSL color Cylindrical-coordinate representation of color #F2B542: hue angle of 39.2º 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 #F2B542 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 181 | 66 | - |
| CMYK | 0 | 0.25 | 0.73 | 0.05 |
| HSL | 39.2º | 0.87% | 0.6% | - |
| HSV(B) | 39.2º | 0.73% | 0.95% | - |
| XYZ | 54.13 | 52.32 | 12.4 | - |
| YUV | 186.13 | 60.21 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 181 | 66 | 0 | 0.25 | 0.73 | 0.05 | 39.2 | 0.87 | 0.6 |
| Hex | F2 | B5 | 42 | 0 | 19 | 49 | 5 | 27 | 57 | 3C |
| Octal | 362 | 265 | 102 | 0 | 31 | 111 | 5 | 47 | 127 | 74 |
| Binary | 11110010 | 10110101 | 1000010 | 0 | 11001 | 1001001 | 101 | 100111 | 1010111 | 111100 |
Color Harmonies of #F2B542
Complementary color
Monochromatic Colors of #F2B542
Black with #F2B542
Text Example
Text Example
White with #F2B542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B542; }
p { color: rgb(242,181,66); }
H1.HeaderClassName
{
color: #F2B542;
}
.AnyTagClassName
{
color: #F2B542;
}
</style>
background-color css
<style>
a { background-color: #F2B542; }
a { background-color: rgb(242,181,66); }
div.DivClassName
{
background-color: #F2B542;
}
.BgClassName
{
background-color: #F2B542;
}
</style>
border-color css
<style>
span { border-color: #F2B542; }
span { border-color: rgb(242,181,66); }
td.TdClassName
{
border-color: #F2B542;
}
.TagClassName
{
border-color: #F2B542;
}
</style>