Shades of My Sin #FCB946
Tints of My Sin #FCB946
RGB
CMYK
RGB Variations
Color information
#FCB946 (or 0xFCB946) is known color: My Sin. HEX triplet: FC, B9 and 46. RGB value is (252,185,70). Sum of RGB (Red+Green+Blue) = 252+185+70=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 70 (27.73% from 255 or 13.81% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB946 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB946 is #0346B9. Grayscale: #C0C0C0. Windows color (decimal): -214714 or 4635132. OLE color: 4635132.
HSL color Cylindrical-coordinate representation of color #FCB946: hue angle of 37.91º 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 #FCB946 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 185 | 70 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.01 |
| HSL | 37.91º | 0.97% | 0.63% | - |
| HSV(B) | 37.91º | 0.72% | 0.99% | - |
| XYZ | 58.6 | 55.84 | 13.48 | - |
| YUV | 191.92 | 59.2 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 185 | 70 | 0 | 0.27 | 0.72 | 0.01 | 37.91 | 0.97 | 0.63 |
| Hex | FC | B9 | 46 | 0 | 1B | 48 | 1 | 26 | 61 | 3F |
| Octal | 374 | 271 | 106 | 0 | 33 | 110 | 1 | 46 | 141 | 77 |
| Binary | 11111100 | 10111001 | 1000110 | 0 | 11011 | 1001000 | 1 | 100110 | 1100001 | 111111 |
Color Harmonies of #FCB946
Complementary color
Monochromatic Colors of #FCB946
Black with #FCB946
Text Example
Text Example
White with #FCB946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB946; }
p { color: rgb(252,185,70); }
H1.HeaderClassName
{
color: #FCB946;
}
.AnyTagClassName
{
color: #FCB946;
}
</style>
background-color css
<style>
a { background-color: #FCB946; }
a { background-color: rgb(252,185,70); }
div.DivClassName
{
background-color: #FCB946;
}
.BgClassName
{
background-color: #FCB946;
}
</style>
border-color css
<style>
span { border-color: #FCB946; }
span { border-color: rgb(252,185,70); }
td.TdClassName
{
border-color: #FCB946;
}
.TagClassName
{
border-color: #FCB946;
}
</style>