Shades of My Sin #F2B543
Tints of My Sin #F2B543
RGB
CMYK
RGB Variations
Color information
#F2B543 (or 0xF2B543) is known color: My Sin. HEX triplet: F2, B5 and 43. RGB value is (242,181,67). Sum of RGB (Red+Green+Blue) = 242+181+67=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 181 (71.09% from 255 or 36.94% from 490); Blue value is 67 (26.56% from 255 or 13.67% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B543 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B543 is #0D4ABC. Grayscale: #BABABA. Windows color (decimal): -871101 or 4437490. OLE color: 4437490.
HSL color Cylindrical-coordinate representation of color #F2B543: hue angle of 39.09º 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 #F2B543 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 181 | 67 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.05 |
| HSL | 39.09º | 0.87% | 0.61% | - |
| HSV(B) | 39.09º | 0.72% | 0.95% | - |
| XYZ | 54.15 | 52.33 | 12.56 | - |
| YUV | 186.24 | 60.71 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 181 | 67 | 0 | 0.25 | 0.72 | 0.05 | 39.09 | 0.87 | 0.61 |
| Hex | F2 | B5 | 43 | 0 | 19 | 48 | 5 | 27 | 57 | 3D |
| Octal | 362 | 265 | 103 | 0 | 31 | 110 | 5 | 47 | 127 | 75 |
| Binary | 11110010 | 10110101 | 1000011 | 0 | 11001 | 1001000 | 101 | 100111 | 1010111 | 111101 |
Color Harmonies of #F2B543
Complementary color
Monochromatic Colors of #F2B543
Black with #F2B543
Text Example
Text Example
White with #F2B543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B543; }
p { color: rgb(242,181,67); }
H1.HeaderClassName
{
color: #F2B543;
}
.AnyTagClassName
{
color: #F2B543;
}
</style>
background-color css
<style>
a { background-color: #F2B543; }
a { background-color: rgb(242,181,67); }
div.DivClassName
{
background-color: #F2B543;
}
.BgClassName
{
background-color: #F2B543;
}
</style>
border-color css
<style>
span { border-color: #F2B543; }
span { border-color: rgb(242,181,67); }
td.TdClassName
{
border-color: #F2B543;
}
.TagClassName
{
border-color: #F2B543;
}
</style>