Shades of My Sin #FCB746
Tints of My Sin #FCB746
RGB
CMYK
RGB Variations
Color information
#FCB746 (or 0xFCB746) is known color: My Sin. HEX triplet: FC, B7 and 46. RGB value is (252,183,70). Sum of RGB (Red+Green+Blue) = 252+183+70=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 183 (71.88% from 255 or 36.24% from 505); Blue value is 70 (27.73% from 255 or 13.86% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB746 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB746 is #0348B9. Grayscale: #BFBFBF. Windows color (decimal): -215226 or 4634620. OLE color: 4634620.
HSL color Cylindrical-coordinate representation of color #FCB746: hue angle of 37.25º 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 #FCB746 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 183 | 70 | - |
| CMYK | 0 | 0.27 | 0.72 | 0.01 |
| HSL | 37.25º | 0.97% | 0.63% | - |
| HSV(B) | 37.25º | 0.72% | 0.99% | - |
| XYZ | 58.18 | 55 | 13.34 | - |
| YUV | 190.75 | 59.86 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 183 | 70 | 0 | 0.27 | 0.72 | 0.01 | 37.25 | 0.97 | 0.63 |
| Hex | FC | B7 | 46 | 0 | 1B | 48 | 1 | 25 | 61 | 3F |
| Octal | 374 | 267 | 106 | 0 | 33 | 110 | 1 | 45 | 141 | 77 |
| Binary | 11111100 | 10110111 | 1000110 | 0 | 11011 | 1001000 | 1 | 100101 | 1100001 | 111111 |
Color Harmonies of #FCB746
Complementary color
Monochromatic Colors of #FCB746
Black with #FCB746
Text Example
Text Example
White with #FCB746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB746; }
p { color: rgb(252,183,70); }
H1.HeaderClassName
{
color: #FCB746;
}
.AnyTagClassName
{
color: #FCB746;
}
</style>
background-color css
<style>
a { background-color: #FCB746; }
a { background-color: rgb(252,183,70); }
div.DivClassName
{
background-color: #FCB746;
}
.BgClassName
{
background-color: #FCB746;
}
</style>
border-color css
<style>
span { border-color: #FCB746; }
span { border-color: rgb(252,183,70); }
td.TdClassName
{
border-color: #FCB746;
}
.TagClassName
{
border-color: #FCB746;
}
</style>