Shades of My Sin #FCA84C
Tints of My Sin #FCA84C
RGB
CMYK
RGB Variations
Color information
#FCA84C (or 0xFCA84C) is known color: My Sin. HEX triplet: FC, A8 and 4C. RGB value is (252,168,76). Sum of RGB (Red+Green+Blue) = 252+168+76=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 76 (30.08% from 255 or 15.32% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA84C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA84C is #0357B3. Grayscale: #B7B7B7. Windows color (decimal): -219060 or 5023996. OLE color: 5023996.
HSL color Cylindrical-coordinate representation of color #FCA84C: hue angle of 31.36º 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 #FCA84C is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 168 | 76 | - |
| CMYK | 0 | 0.33 | 0.70 | 0.01 |
| HSL | 31.36º | 0.97% | 0.64% | - |
| HSV(B) | 31.36º | 0.7% | 0.99% | - |
| XYZ | 55.45 | 49.22 | 13.42 | - |
| YUV | 182.63 | 67.83 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 168 | 76 | 0 | 0.33 | 0.70 | 0.01 | 31.36 | 0.97 | 0.64 |
| Hex | FC | A8 | 4C | 0 | 21 | 46 | 1 | 1F | 61 | 40 |
| Octal | 374 | 250 | 114 | 0 | 41 | 106 | 1 | 37 | 141 | 100 |
| Binary | 11111100 | 10101000 | 1001100 | 0 | 100001 | 1000110 | 1 | 11111 | 1100001 | 1000000 |
Color Harmonies of #FCA84C
Complementary color
Monochromatic Colors of #FCA84C
Black with #FCA84C
Text Example
Text Example
White with #FCA84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA84C; }
p { color: rgb(252,168,76); }
H1.HeaderClassName
{
color: #FCA84C;
}
.AnyTagClassName
{
color: #FCA84C;
}
</style>
background-color css
<style>
a { background-color: #FCA84C; }
a { background-color: rgb(252,168,76); }
div.DivClassName
{
background-color: #FCA84C;
}
.BgClassName
{
background-color: #FCA84C;
}
</style>
border-color css
<style>
span { border-color: #FCA84C; }
span { border-color: rgb(252,168,76); }
td.TdClassName
{
border-color: #FCA84C;
}
.TagClassName
{
border-color: #FCA84C;
}
</style>