Shades of My Sin #FCAB45
Tints of My Sin #FCAB45
RGB
CMYK
RGB Variations
Color information
#FCAB45 (or 0xFCAB45) is known color: My Sin. HEX triplet: FC, AB and 45. RGB value is (252,171,69). Sum of RGB (Red+Green+Blue) = 252+171+69=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 69 (27.34% from 255 or 14.02% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAB45 is #0354BA. Grayscale: #B8B8B8. Windows color (decimal): -218299 or 4566012. OLE color: 4566012.
HSL color Cylindrical-coordinate representation of color #FCAB45: hue angle of 33.44º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FCAB45 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 69 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.01 |
| HSL | 33.44º | 0.97% | 0.63% | - |
| HSV(B) | 33.44º | 0.73% | 0.99% | - |
| XYZ | 55.78 | 50.25 | 12.39 | - |
| YUV | 183.59 | 63.34 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 69 | 0 | 0.32 | 0.73 | 0.01 | 33.44 | 0.97 | 0.63 |
| Hex | FC | AB | 45 | 0 | 20 | 49 | 1 | 21 | 61 | 3F |
| Octal | 374 | 253 | 105 | 0 | 40 | 111 | 1 | 41 | 141 | 77 |
| Binary | 11111100 | 10101011 | 1000101 | 0 | 100000 | 1001001 | 1 | 100001 | 1100001 | 111111 |
Color Harmonies of #FCAB45
Complementary color
Monochromatic Colors of #FCAB45
Black with #FCAB45
Text Example
Text Example
White with #FCAB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAB45; }
p { color: rgb(252,171,69); }
H1.HeaderClassName
{
color: #FCAB45;
}
.AnyTagClassName
{
color: #FCAB45;
}
</style>
background-color css
<style>
a { background-color: #FCAB45; }
a { background-color: rgb(252,171,69); }
div.DivClassName
{
background-color: #FCAB45;
}
.BgClassName
{
background-color: #FCAB45;
}
</style>
border-color css
<style>
span { border-color: #FCAB45; }
span { border-color: rgb(252,171,69); }
td.TdClassName
{
border-color: #FCAB45;
}
.TagClassName
{
border-color: #FCAB45;
}
</style>