Shades of My Sin #FCB547
Tints of My Sin #FCB547
RGB
CMYK
RGB Variations
Color information
#FCB547 (or 0xFCB547) is known color: My Sin. HEX triplet: FC, B5 and 47. RGB value is (252,181,71). Sum of RGB (Red+Green+Blue) = 252+181+71=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 71 (28.12% from 255 or 14.09% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB547 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB547 is #034AB8. Grayscale: #BEBEBE. Windows color (decimal): -215737 or 4699644. OLE color: 4699644.
HSL color Cylindrical-coordinate representation of color #FCB547: hue angle of 36.46º 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 #FCB547 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 181 | 71 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.01 |
| HSL | 36.46º | 0.97% | 0.63% | - |
| HSV(B) | 36.46º | 0.72% | 0.99% | - |
| XYZ | 57.81 | 54.2 | 13.38 | - |
| YUV | 189.69 | 61.02 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 181 | 71 | 0 | 0.28 | 0.72 | 0.01 | 36.46 | 0.97 | 0.63 |
| Hex | FC | B5 | 47 | 0 | 1C | 48 | 1 | 24 | 61 | 3F |
| Octal | 374 | 265 | 107 | 0 | 34 | 110 | 1 | 44 | 141 | 77 |
| Binary | 11111100 | 10110101 | 1000111 | 0 | 11100 | 1001000 | 1 | 100100 | 1100001 | 111111 |
Color Harmonies of #FCB547
Complementary color
Monochromatic Colors of #FCB547
Black with #FCB547
Text Example
Text Example
White with #FCB547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB547; }
p { color: rgb(252,181,71); }
H1.HeaderClassName
{
color: #FCB547;
}
.AnyTagClassName
{
color: #FCB547;
}
</style>
background-color css
<style>
a { background-color: #FCB547; }
a { background-color: rgb(252,181,71); }
div.DivClassName
{
background-color: #FCB547;
}
.BgClassName
{
background-color: #FCB547;
}
</style>
border-color css
<style>
span { border-color: #FCB547; }
span { border-color: rgb(252,181,71); }
td.TdClassName
{
border-color: #FCB547;
}
.TagClassName
{
border-color: #FCB547;
}
</style>