Shades of My Sin #F2A543
Tints of My Sin #F2A543
RGB
CMYK
RGB Variations
Color information
#F2A543 (or 0xF2A543) is known color: My Sin. HEX triplet: F2, A5 and 43. RGB value is (242,165,67). Sum of RGB (Red+Green+Blue) = 242+165+67=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 67 (26.56% from 255 or 14.14% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A543 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A543 is #0D5ABC. Grayscale: #B1B1B1. Windows color (decimal): -875197 or 4433394. OLE color: 4433394.
HSL color Cylindrical-coordinate representation of color #F2A543: hue angle of 33.6º 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 #F2A543 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 165 | 67 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.05 |
| HSL | 33.6º | 0.87% | 0.61% | - |
| HSV(B) | 33.6º | 0.72% | 0.95% | - |
| XYZ | 51.09 | 46.19 | 11.53 | - |
| YUV | 176.85 | 66.01 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 165 | 67 | 0 | 0.32 | 0.72 | 0.05 | 33.6 | 0.87 | 0.61 |
| Hex | F2 | A5 | 43 | 0 | 20 | 48 | 5 | 22 | 57 | 3D |
| Octal | 362 | 245 | 103 | 0 | 40 | 110 | 5 | 42 | 127 | 75 |
| Binary | 11110010 | 10100101 | 1000011 | 0 | 100000 | 1001000 | 101 | 100010 | 1010111 | 111101 |
Color Harmonies of #F2A543
Complementary color
Monochromatic Colors of #F2A543
Black with #F2A543
Text Example
Text Example
White with #F2A543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A543; }
p { color: rgb(242,165,67); }
H1.HeaderClassName
{
color: #F2A543;
}
.AnyTagClassName
{
color: #F2A543;
}
</style>
background-color css
<style>
a { background-color: #F2A543; }
a { background-color: rgb(242,165,67); }
div.DivClassName
{
background-color: #F2A543;
}
.BgClassName
{
background-color: #F2A543;
}
</style>
border-color css
<style>
span { border-color: #F2A543; }
span { border-color: rgb(242,165,67); }
td.TdClassName
{
border-color: #F2A543;
}
.TagClassName
{
border-color: #F2A543;
}
</style>