Shades of My Sin #FCBA43
Tints of My Sin #FCBA43
RGB
CMYK
RGB Variations
Color information
#FCBA43 (or 0xFCBA43) is known color: My Sin. HEX triplet: FC, BA and 43. RGB value is (252,186,67). Sum of RGB (Red+Green+Blue) = 252+186+67=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 67 (26.56% from 255 or 13.27% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBA43 is #0345BC. Grayscale: #C0C0C0. Windows color (decimal): -214461 or 4438780. OLE color: 4438780.
HSL color Cylindrical-coordinate representation of color #FCBA43: hue angle of 38.59º 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 #FCBA43 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 67 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.01 |
| HSL | 38.59º | 0.97% | 0.63% | - |
| HSV(B) | 38.59º | 0.73% | 0.99% | - |
| XYZ | 58.72 | 56.22 | 13.07 | - |
| YUV | 192.17 | 57.37 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 67 | 0 | 0.26 | 0.73 | 0.01 | 38.59 | 0.97 | 0.63 |
| Hex | FC | BA | 43 | 0 | 1A | 49 | 1 | 27 | 61 | 3F |
| Octal | 374 | 272 | 103 | 0 | 32 | 111 | 1 | 47 | 141 | 77 |
| Binary | 11111100 | 10111010 | 1000011 | 0 | 11010 | 1001001 | 1 | 100111 | 1100001 | 111111 |
Color Harmonies of #FCBA43
Complementary color
Monochromatic Colors of #FCBA43
Black with #FCBA43
Text Example
Text Example
White with #FCBA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA43; }
p { color: rgb(252,186,67); }
H1.HeaderClassName
{
color: #FCBA43;
}
.AnyTagClassName
{
color: #FCBA43;
}
</style>
background-color css
<style>
a { background-color: #FCBA43; }
a { background-color: rgb(252,186,67); }
div.DivClassName
{
background-color: #FCBA43;
}
.BgClassName
{
background-color: #FCBA43;
}
</style>
border-color css
<style>
span { border-color: #FCBA43; }
span { border-color: rgb(252,186,67); }
td.TdClassName
{
border-color: #FCBA43;
}
.TagClassName
{
border-color: #FCBA43;
}
</style>