Shades of My Sin #FCAA4C
Tints of My Sin #FCAA4C
RGB
CMYK
RGB Variations
Color information
#FCAA4C (or 0xFCAA4C) is known color: My Sin. HEX triplet: FC, AA and 4C. RGB value is (252,170,76). Sum of RGB (Red+Green+Blue) = 252+170+76=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 76 (30.08% from 255 or 15.26% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAA4C is #0355B3. Grayscale: #B8B8B8. Windows color (decimal): -218548 or 5024508. OLE color: 5024508.
HSL color Cylindrical-coordinate representation of color #FCAA4C: hue angle of 32.05º 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 #FCAA4C is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 76 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.01 |
| HSL | 32.05º | 0.97% | 0.64% | - |
| HSV(B) | 32.05º | 0.7% | 0.99% | - |
| XYZ | 55.82 | 49.97 | 13.54 | - |
| YUV | 183.8 | 67.17 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 76 | 0 | 0.33 | 0.70 | 0.01 | 32.05 | 0.97 | 0.64 |
| Hex | FC | AA | 4C | 0 | 21 | 46 | 1 | 20 | 61 | 40 |
| Octal | 374 | 252 | 114 | 0 | 41 | 106 | 1 | 40 | 141 | 100 |
| Binary | 11111100 | 10101010 | 1001100 | 0 | 100001 | 1000110 | 1 | 100000 | 1100001 | 1000000 |
Color Harmonies of #FCAA4C
Complementary color
Monochromatic Colors of #FCAA4C
Black with #FCAA4C
Text Example
Text Example
White with #FCAA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAA4C; }
p { color: rgb(252,170,76); }
H1.HeaderClassName
{
color: #FCAA4C;
}
.AnyTagClassName
{
color: #FCAA4C;
}
</style>
background-color css
<style>
a { background-color: #FCAA4C; }
a { background-color: rgb(252,170,76); }
div.DivClassName
{
background-color: #FCAA4C;
}
.BgClassName
{
background-color: #FCAA4C;
}
</style>
border-color css
<style>
span { border-color: #FCAA4C; }
span { border-color: rgb(252,170,76); }
td.TdClassName
{
border-color: #FCAA4C;
}
.TagClassName
{
border-color: #FCAA4C;
}
</style>