Shades of My Sin #F4A644
Tints of My Sin #F4A644
RGB
CMYK
RGB Variations
Color information
#F4A644 (or 0xF4A644) is known color: My Sin. HEX triplet: F4, A6 and 44. RGB value is (244,166,68). Sum of RGB (Red+Green+Blue) = 244+166+68=478 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.05% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 68 (26.95% from 255 or 14.23% from 478); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A644 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4A644 is #0B59BB. Grayscale: #B2B2B2. Windows color (decimal): -743868 or 4499188. OLE color: 4499188.
HSL color Cylindrical-coordinate representation of color #F4A644: hue angle of 33.41º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F4A644 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 166 | 68 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.04 |
| HSL | 33.41º | 0.89% | 0.61% | - |
| HSV(B) | 33.41º | 0.72% | 0.96% | - |
| XYZ | 51.99 | 46.92 | 11.79 | - |
| YUV | 178.15 | 65.84 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 166 | 68 | 0 | 0.32 | 0.72 | 0.04 | 33.41 | 0.89 | 0.61 |
| Hex | F4 | A6 | 44 | 0 | 20 | 48 | 4 | 21 | 59 | 3D |
| Octal | 364 | 246 | 104 | 0 | 40 | 110 | 4 | 41 | 131 | 75 |
| Binary | 11110100 | 10100110 | 1000100 | 0 | 100000 | 1001000 | 100 | 100001 | 1011001 | 111101 |
Color Harmonies of #F4A644
Complementary color
Monochromatic Colors of #F4A644
Black with #F4A644
Text Example
Text Example
White with #F4A644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A644; }
p { color: rgb(244,166,68); }
H1.HeaderClassName
{
color: #F4A644;
}
.AnyTagClassName
{
color: #F4A644;
}
</style>
background-color css
<style>
a { background-color: #F4A644; }
a { background-color: rgb(244,166,68); }
div.DivClassName
{
background-color: #F4A644;
}
.BgClassName
{
background-color: #F4A644;
}
</style>
border-color css
<style>
span { border-color: #F4A644; }
span { border-color: rgb(244,166,68); }
td.TdClassName
{
border-color: #F4A644;
}
.TagClassName
{
border-color: #F4A644;
}
</style>