Shades of My Sin #FCB543
Tints of My Sin #FCB543
RGB
CMYK
RGB Variations
Color information
#FCB543 (or 0xFCB543) is known color: My Sin. HEX triplet: FC, B5 and 43. RGB value is (252,181,67). Sum of RGB (Red+Green+Blue) = 252+181+67=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 67 (26.56% from 255 or 13.4% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB543 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB543 is #034ABC. Grayscale: #BDBDBD. Windows color (decimal): -215741 or 4437500. OLE color: 4437500.
HSL color Cylindrical-coordinate representation of color #FCB543: hue angle of 36.97º 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 #FCB543 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 181 | 67 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.01 |
| HSL | 36.97º | 0.97% | 0.63% | - |
| HSV(B) | 36.97º | 0.73% | 0.99% | - |
| XYZ | 57.68 | 54.15 | 12.72 | - |
| YUV | 189.23 | 59.02 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 181 | 67 | 0 | 0.28 | 0.73 | 0.01 | 36.97 | 0.97 | 0.63 |
| Hex | FC | B5 | 43 | 0 | 1C | 49 | 1 | 25 | 61 | 3F |
| Octal | 374 | 265 | 103 | 0 | 34 | 111 | 1 | 45 | 141 | 77 |
| Binary | 11111100 | 10110101 | 1000011 | 0 | 11100 | 1001001 | 1 | 100101 | 1100001 | 111111 |
Color Harmonies of #FCB543
Complementary color
Monochromatic Colors of #FCB543
Black with #FCB543
Text Example
Text Example
White with #FCB543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB543; }
p { color: rgb(252,181,67); }
H1.HeaderClassName
{
color: #FCB543;
}
.AnyTagClassName
{
color: #FCB543;
}
</style>
background-color css
<style>
a { background-color: #FCB543; }
a { background-color: rgb(252,181,67); }
div.DivClassName
{
background-color: #FCB543;
}
.BgClassName
{
background-color: #FCB543;
}
</style>
border-color css
<style>
span { border-color: #FCB543; }
span { border-color: rgb(252,181,67); }
td.TdClassName
{
border-color: #FCB543;
}
.TagClassName
{
border-color: #FCB543;
}
</style>