Shades of My Sin #FCAB49
Tints of My Sin #FCAB49
RGB
CMYK
RGB Variations
Color information
#FCAB49 (or 0xFCAB49) is known color: My Sin. HEX triplet: FC, AB and 49. RGB value is (252,171,73). Sum of RGB (Red+Green+Blue) = 252+171+73=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 73 (28.91% from 255 or 14.72% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAB49 is #0354B6. Grayscale: #B8B8B8. Windows color (decimal): -218295 or 4828156. OLE color: 4828156.
HSL color Cylindrical-coordinate representation of color #FCAB49: hue angle of 32.85º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FCAB49 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 73 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.01 |
| HSL | 32.85º | 0.97% | 0.64% | - |
| HSV(B) | 32.85º | 0.71% | 0.99% | - |
| XYZ | 55.91 | 50.3 | 13.07 | - |
| YUV | 184.05 | 65.34 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 73 | 0 | 0.32 | 0.71 | 0.01 | 32.85 | 0.97 | 0.64 |
| Hex | FC | AB | 49 | 0 | 20 | 47 | 1 | 21 | 61 | 40 |
| Octal | 374 | 253 | 111 | 0 | 40 | 107 | 1 | 41 | 141 | 100 |
| Binary | 11111100 | 10101011 | 1001001 | 0 | 100000 | 1000111 | 1 | 100001 | 1100001 | 1000000 |
Color Harmonies of #FCAB49
Complementary color
Monochromatic Colors of #FCAB49
Black with #FCAB49
Text Example
Text Example
White with #FCAB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAB49; }
p { color: rgb(252,171,73); }
H1.HeaderClassName
{
color: #FCAB49;
}
.AnyTagClassName
{
color: #FCAB49;
}
</style>
background-color css
<style>
a { background-color: #FCAB49; }
a { background-color: rgb(252,171,73); }
div.DivClassName
{
background-color: #FCAB49;
}
.BgClassName
{
background-color: #FCAB49;
}
</style>
border-color css
<style>
span { border-color: #FCAB49; }
span { border-color: rgb(252,171,73); }
td.TdClassName
{
border-color: #FCAB49;
}
.TagClassName
{
border-color: #FCAB49;
}
</style>