Shades of My Sin #F3A644
Tints of My Sin #F3A644
RGB
CMYK
RGB Variations
Color information
#F3A644 (or 0xF3A644) is known color: My Sin. HEX triplet: F3, A6 and 44. RGB value is (243,166,68). Sum of RGB (Red+Green+Blue) = 243+166+68=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 68 (26.95% from 255 or 14.26% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A644 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3A644 is #0C59BB. Grayscale: #B2B2B2. Windows color (decimal): -809404 or 4499187. OLE color: 4499187.
HSL color Cylindrical-coordinate representation of color #F3A644: hue angle of 33.6º degrees, saturation: 0.88, 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 #F3A644 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 166 | 68 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.05 |
| HSL | 33.6º | 0.88% | 0.61% | - |
| HSV(B) | 33.6º | 0.72% | 0.95% | - |
| XYZ | 51.64 | 46.74 | 11.77 | - |
| YUV | 177.85 | 66.01 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 166 | 68 | 0 | 0.32 | 0.72 | 0.05 | 33.6 | 0.88 | 0.61 |
| Hex | F3 | A6 | 44 | 0 | 20 | 48 | 5 | 22 | 58 | 3D |
| Octal | 363 | 246 | 104 | 0 | 40 | 110 | 5 | 42 | 130 | 75 |
| Binary | 11110011 | 10100110 | 1000100 | 0 | 100000 | 1001000 | 101 | 100010 | 1011000 | 111101 |
Color Harmonies of #F3A644
Complementary color
Monochromatic Colors of #F3A644
Black with #F3A644
Text Example
Text Example
White with #F3A644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A644; }
p { color: rgb(243,166,68); }
H1.HeaderClassName
{
color: #F3A644;
}
.AnyTagClassName
{
color: #F3A644;
}
</style>
background-color css
<style>
a { background-color: #F3A644; }
a { background-color: rgb(243,166,68); }
div.DivClassName
{
background-color: #F3A644;
}
.BgClassName
{
background-color: #F3A644;
}
</style>
border-color css
<style>
span { border-color: #F3A644; }
span { border-color: rgb(243,166,68); }
td.TdClassName
{
border-color: #F3A644;
}
.TagClassName
{
border-color: #F3A644;
}
</style>