Shades of My Sin #FCAA4D
Tints of My Sin #FCAA4D
RGB
CMYK
RGB Variations
Color information
#FCAA4D (or 0xFCAA4D) is known color: My Sin. HEX triplet: FC, AA and 4D. RGB value is (252,170,77). Sum of RGB (Red+Green+Blue) = 252+170+77=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 77 (30.47% from 255 or 15.43% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAA4D is #0355B2. Grayscale: #B8B8B8. Windows color (decimal): -218547 or 5090044. OLE color: 5090044.
HSL color Cylindrical-coordinate representation of color #FCAA4D: hue angle of 31.89º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FCAA4D is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 77 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.01 |
| HSL | 31.89º | 0.97% | 0.65% | - |
| HSV(B) | 31.89º | 0.69% | 0.99% | - |
| XYZ | 55.86 | 49.98 | 13.72 | - |
| YUV | 183.92 | 67.67 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 77 | 0 | 0.33 | 0.69 | 0.01 | 31.89 | 0.97 | 0.65 |
| Hex | FC | AA | 4D | 0 | 21 | 45 | 1 | 20 | 61 | 41 |
| Octal | 374 | 252 | 115 | 0 | 41 | 105 | 1 | 40 | 141 | 101 |
| Binary | 11111100 | 10101010 | 1001101 | 0 | 100001 | 1000101 | 1 | 100000 | 1100001 | 1000001 |
Color Harmonies of #FCAA4D
Complementary color
Monochromatic Colors of #FCAA4D
Black with #FCAA4D
Text Example
Text Example
White with #FCAA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAA4D; }
p { color: rgb(252,170,77); }
H1.HeaderClassName
{
color: #FCAA4D;
}
.AnyTagClassName
{
color: #FCAA4D;
}
</style>
background-color css
<style>
a { background-color: #FCAA4D; }
a { background-color: rgb(252,170,77); }
div.DivClassName
{
background-color: #FCAA4D;
}
.BgClassName
{
background-color: #FCAA4D;
}
</style>
border-color css
<style>
span { border-color: #FCAA4D; }
span { border-color: rgb(252,170,77); }
td.TdClassName
{
border-color: #FCAA4D;
}
.TagClassName
{
border-color: #FCAA4D;
}
</style>