Shades of My Sin #FCAC4C
Tints of My Sin #FCAC4C
RGB
CMYK
RGB Variations
Color information
#FCAC4C (or 0xFCAC4C) is known color: My Sin. HEX triplet: FC, AC and 4C. RGB value is (252,172,76). Sum of RGB (Red+Green+Blue) = 252+172+76=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 76 (30.08% from 255 or 15.2% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAC4C is #0353B3. Grayscale: #B9B9B9. Windows color (decimal): -218036 or 5025020. OLE color: 5025020.
HSL color Cylindrical-coordinate representation of color #FCAC4C: hue angle of 32.73º 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 #FCAC4C is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 76 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.01 |
| HSL | 32.73º | 0.97% | 0.64% | - |
| HSV(B) | 32.73º | 0.7% | 0.99% | - |
| XYZ | 56.2 | 50.72 | 13.67 | - |
| YUV | 184.98 | 66.5 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 76 | 0 | 0.32 | 0.70 | 0.01 | 32.73 | 0.97 | 0.64 |
| Hex | FC | AC | 4C | 0 | 20 | 46 | 1 | 21 | 61 | 40 |
| Octal | 374 | 254 | 114 | 0 | 40 | 106 | 1 | 41 | 141 | 100 |
| Binary | 11111100 | 10101100 | 1001100 | 0 | 100000 | 1000110 | 1 | 100001 | 1100001 | 1000000 |
Color Harmonies of #FCAC4C
Complementary color
Monochromatic Colors of #FCAC4C
Black with #FCAC4C
Text Example
Text Example
White with #FCAC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAC4C; }
p { color: rgb(252,172,76); }
H1.HeaderClassName
{
color: #FCAC4C;
}
.AnyTagClassName
{
color: #FCAC4C;
}
</style>
background-color css
<style>
a { background-color: #FCAC4C; }
a { background-color: rgb(252,172,76); }
div.DivClassName
{
background-color: #FCAC4C;
}
.BgClassName
{
background-color: #FCAC4C;
}
</style>
border-color css
<style>
span { border-color: #FCAC4C; }
span { border-color: rgb(252,172,76); }
td.TdClassName
{
border-color: #FCAC4C;
}
.TagClassName
{
border-color: #FCAC4C;
}
</style>