Shades of My Sin #FCAB4C
Tints of My Sin #FCAB4C
RGB
CMYK
RGB Variations
Color information
#FCAB4C (or 0xFCAB4C) is known color: My Sin. HEX triplet: FC, AB and 4C. RGB value is (252,171,76). Sum of RGB (Red+Green+Blue) = 252+171+76=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 76 (30.08% from 255 or 15.23% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAB4C is #0354B3. Grayscale: #B8B8B8. Windows color (decimal): -218292 or 5024764. OLE color: 5024764.
HSL color Cylindrical-coordinate representation of color #FCAB4C: hue angle of 32.39º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FCAB4C is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 76 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.01 |
| HSL | 32.39º | 0.97% | 0.64% | - |
| HSV(B) | 32.39º | 0.7% | 0.99% | - |
| XYZ | 56.01 | 50.34 | 13.6 | - |
| YUV | 184.39 | 66.84 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 76 | 0 | 0.32 | 0.70 | 0.01 | 32.39 | 0.97 | 0.64 |
| Hex | FC | AB | 4C | 0 | 20 | 46 | 1 | 20 | 61 | 40 |
| Octal | 374 | 253 | 114 | 0 | 40 | 106 | 1 | 40 | 141 | 100 |
| Binary | 11111100 | 10101011 | 1001100 | 0 | 100000 | 1000110 | 1 | 100000 | 1100001 | 1000000 |
Color Harmonies of #FCAB4C
Complementary color
Monochromatic Colors of #FCAB4C
Black with #FCAB4C
Text Example
Text Example
White with #FCAB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAB4C; }
p { color: rgb(252,171,76); }
H1.HeaderClassName
{
color: #FCAB4C;
}
.AnyTagClassName
{
color: #FCAB4C;
}
</style>
background-color css
<style>
a { background-color: #FCAB4C; }
a { background-color: rgb(252,171,76); }
div.DivClassName
{
background-color: #FCAB4C;
}
.BgClassName
{
background-color: #FCAB4C;
}
</style>
border-color css
<style>
span { border-color: #FCAB4C; }
span { border-color: rgb(252,171,76); }
td.TdClassName
{
border-color: #FCAB4C;
}
.TagClassName
{
border-color: #FCAB4C;
}
</style>