Shades of My Sin #FCAC4D
Tints of My Sin #FCAC4D
RGB
CMYK
RGB Variations
Color information
#FCAC4D (or 0xFCAC4D) is known color: My Sin. HEX triplet: FC, AC and 4D. RGB value is (252,172,77). Sum of RGB (Red+Green+Blue) = 252+172+77=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 77 (30.47% from 255 or 15.37% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAC4D is #0353B2. Grayscale: #B9B9B9. Windows color (decimal): -218035 or 5090556. OLE color: 5090556.
HSL color Cylindrical-coordinate representation of color #FCAC4D: hue angle of 32.57º 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 #FCAC4D is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 77 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.01 |
| HSL | 32.57º | 0.97% | 0.65% | - |
| HSV(B) | 32.57º | 0.69% | 0.99% | - |
| XYZ | 56.24 | 50.74 | 13.85 | - |
| YUV | 185.09 | 67 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 77 | 0 | 0.32 | 0.69 | 0.01 | 32.57 | 0.97 | 0.65 |
| Hex | FC | AC | 4D | 0 | 20 | 45 | 1 | 21 | 61 | 41 |
| Octal | 374 | 254 | 115 | 0 | 40 | 105 | 1 | 41 | 141 | 101 |
| Binary | 11111100 | 10101100 | 1001101 | 0 | 100000 | 1000101 | 1 | 100001 | 1100001 | 1000001 |
Color Harmonies of #FCAC4D
Complementary color
Monochromatic Colors of #FCAC4D
Black with #FCAC4D
Text Example
Text Example
White with #FCAC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAC4D; }
p { color: rgb(252,172,77); }
H1.HeaderClassName
{
color: #FCAC4D;
}
.AnyTagClassName
{
color: #FCAC4D;
}
</style>
background-color css
<style>
a { background-color: #FCAC4D; }
a { background-color: rgb(252,172,77); }
div.DivClassName
{
background-color: #FCAC4D;
}
.BgClassName
{
background-color: #FCAC4D;
}
</style>
border-color css
<style>
span { border-color: #FCAC4D; }
span { border-color: rgb(252,172,77); }
td.TdClassName
{
border-color: #FCAC4D;
}
.TagClassName
{
border-color: #FCAC4D;
}
</style>