Shades of My Sin #FCBA46
Tints of My Sin #FCBA46
RGB
CMYK
RGB Variations
Color information
#FCBA46 (or 0xFCBA46) is known color: My Sin. HEX triplet: FC, BA and 46. RGB value is (252,186,70). Sum of RGB (Red+Green+Blue) = 252+186+70=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 70 (27.73% from 255 or 13.78% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBA46 is #0345B9. Grayscale: #C1C1C1. Windows color (decimal): -214458 or 4635388. OLE color: 4635388.
HSL color Cylindrical-coordinate representation of color #FCBA46: hue angle of 38.24º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FCBA46 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 70 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.01 |
| HSL | 38.24º | 0.97% | 0.63% | - |
| HSV(B) | 38.24º | 0.72% | 0.99% | - |
| XYZ | 58.81 | 56.26 | 13.55 | - |
| YUV | 192.51 | 58.87 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 70 | 0 | 0.26 | 0.72 | 0.01 | 38.24 | 0.97 | 0.63 |
| Hex | FC | BA | 46 | 0 | 1A | 48 | 1 | 26 | 61 | 3F |
| Octal | 374 | 272 | 106 | 0 | 32 | 110 | 1 | 46 | 141 | 77 |
| Binary | 11111100 | 10111010 | 1000110 | 0 | 11010 | 1001000 | 1 | 100110 | 1100001 | 111111 |
Color Harmonies of #FCBA46
Complementary color
Monochromatic Colors of #FCBA46
Black with #FCBA46
Text Example
Text Example
White with #FCBA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA46; }
p { color: rgb(252,186,70); }
H1.HeaderClassName
{
color: #FCBA46;
}
.AnyTagClassName
{
color: #FCBA46;
}
</style>
background-color css
<style>
a { background-color: #FCBA46; }
a { background-color: rgb(252,186,70); }
div.DivClassName
{
background-color: #FCBA46;
}
.BgClassName
{
background-color: #FCBA46;
}
</style>
border-color css
<style>
span { border-color: #FCBA46; }
span { border-color: rgb(252,186,70); }
td.TdClassName
{
border-color: #FCBA46;
}
.TagClassName
{
border-color: #FCBA46;
}
</style>