Shades of My Sin #F4AB4A
Tints of My Sin #F4AB4A
RGB
CMYK
RGB Variations
Color information
#F4AB4A (or 0xF4AB4A) is known color: My Sin. HEX triplet: F4, AB and 4A. RGB value is (244,171,74). Sum of RGB (Red+Green+Blue) = 244+171+74=489 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.90% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 74 (29.30% from 255 or 15.13% from 489); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AB4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4AB4A is #0B54B5. Grayscale: #B6B6B6. Windows color (decimal): -742582 or 4893684. OLE color: 4893684.
HSL color Cylindrical-coordinate representation of color #F4AB4A: hue angle of 34.24º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F4AB4A is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 171 | 74 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.04 |
| HSL | 34.24º | 0.89% | 0.62% | - |
| HSV(B) | 34.24º | 0.7% | 0.96% | - |
| XYZ | 53.11 | 48.85 | 13.11 | - |
| YUV | 181.77 | 67.18 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 171 | 74 | 0 | 0.30 | 0.70 | 0.04 | 34.24 | 0.89 | 0.62 |
| Hex | F4 | AB | 4A | 0 | 1E | 46 | 4 | 22 | 59 | 3E |
| Octal | 364 | 253 | 112 | 0 | 36 | 106 | 4 | 42 | 131 | 76 |
| Binary | 11110100 | 10101011 | 1001010 | 0 | 11110 | 1000110 | 100 | 100010 | 1011001 | 111110 |
Color Harmonies of #F4AB4A
Complementary color
Monochromatic Colors of #F4AB4A
Black with #F4AB4A
Text Example
Text Example
White with #F4AB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AB4A; }
p { color: rgb(244,171,74); }
H1.HeaderClassName
{
color: #F4AB4A;
}
.AnyTagClassName
{
color: #F4AB4A;
}
</style>
background-color css
<style>
a { background-color: #F4AB4A; }
a { background-color: rgb(244,171,74); }
div.DivClassName
{
background-color: #F4AB4A;
}
.BgClassName
{
background-color: #F4AB4A;
}
</style>
border-color css
<style>
span { border-color: #F4AB4A; }
span { border-color: rgb(244,171,74); }
td.TdClassName
{
border-color: #F4AB4A;
}
.TagClassName
{
border-color: #F4AB4A;
}
</style>