Shades of My Sin #FCAB46
Tints of My Sin #FCAB46
RGB
CMYK
RGB Variations
Color information
#FCAB46 (or 0xFCAB46) is known color: My Sin. HEX triplet: FC, AB and 46. RGB value is (252,171,70). Sum of RGB (Red+Green+Blue) = 252+171+70=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 70 (27.73% from 255 or 14.20% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAB46 is #0354B9. Grayscale: #B8B8B8. Windows color (decimal): -218298 or 4631548. OLE color: 4631548.
HSL color Cylindrical-coordinate representation of color #FCAB46: hue angle of 33.3º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FCAB46 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 70 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.01 |
| HSL | 33.3º | 0.97% | 0.63% | - |
| HSV(B) | 33.3º | 0.72% | 0.99% | - |
| XYZ | 55.81 | 50.26 | 12.55 | - |
| YUV | 183.71 | 63.84 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 70 | 0 | 0.32 | 0.72 | 0.01 | 33.3 | 0.97 | 0.63 |
| Hex | FC | AB | 46 | 0 | 20 | 48 | 1 | 21 | 61 | 3F |
| Octal | 374 | 253 | 106 | 0 | 40 | 110 | 1 | 41 | 141 | 77 |
| Binary | 11111100 | 10101011 | 1000110 | 0 | 100000 | 1001000 | 1 | 100001 | 1100001 | 111111 |
Color Harmonies of #FCAB46
Complementary color
Monochromatic Colors of #FCAB46
Black with #FCAB46
Text Example
Text Example
White with #FCAB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAB46; }
p { color: rgb(252,171,70); }
H1.HeaderClassName
{
color: #FCAB46;
}
.AnyTagClassName
{
color: #FCAB46;
}
</style>
background-color css
<style>
a { background-color: #FCAB46; }
a { background-color: rgb(252,171,70); }
div.DivClassName
{
background-color: #FCAB46;
}
.BgClassName
{
background-color: #FCAB46;
}
</style>
border-color css
<style>
span { border-color: #FCAB46; }
span { border-color: rgb(252,171,70); }
td.TdClassName
{
border-color: #FCAB46;
}
.TagClassName
{
border-color: #FCAB46;
}
</style>