Shades of My Sin #FCA84D
Tints of My Sin #FCA84D
RGB
CMYK
RGB Variations
Color information
#FCA84D (or 0xFCA84D) is known color: My Sin. HEX triplet: FC, A8 and 4D. RGB value is (252,168,77). Sum of RGB (Red+Green+Blue) = 252+168+77=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 77 (30.47% from 255 or 15.49% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA84D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA84D is #0357B2. Grayscale: #B7B7B7. Windows color (decimal): -219059 or 5089532. OLE color: 5089532.
HSL color Cylindrical-coordinate representation of color #FCA84D: hue angle of 31.2º 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 #FCA84D is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 168 | 77 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.01 |
| HSL | 31.2º | 0.97% | 0.65% | - |
| HSV(B) | 31.2º | 0.69% | 0.99% | - |
| XYZ | 55.49 | 49.24 | 13.6 | - |
| YUV | 182.74 | 68.33 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 168 | 77 | 0 | 0.33 | 0.69 | 0.01 | 31.2 | 0.97 | 0.65 |
| Hex | FC | A8 | 4D | 0 | 21 | 45 | 1 | 1F | 61 | 41 |
| Octal | 374 | 250 | 115 | 0 | 41 | 105 | 1 | 37 | 141 | 101 |
| Binary | 11111100 | 10101000 | 1001101 | 0 | 100001 | 1000101 | 1 | 11111 | 1100001 | 1000001 |
Color Harmonies of #FCA84D
Complementary color
Monochromatic Colors of #FCA84D
Black with #FCA84D
Text Example
Text Example
White with #FCA84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA84D; }
p { color: rgb(252,168,77); }
H1.HeaderClassName
{
color: #FCA84D;
}
.AnyTagClassName
{
color: #FCA84D;
}
</style>
background-color css
<style>
a { background-color: #FCA84D; }
a { background-color: rgb(252,168,77); }
div.DivClassName
{
background-color: #FCA84D;
}
.BgClassName
{
background-color: #FCA84D;
}
</style>
border-color css
<style>
span { border-color: #FCA84D; }
span { border-color: rgb(252,168,77); }
td.TdClassName
{
border-color: #FCA84D;
}
.TagClassName
{
border-color: #FCA84D;
}
</style>