Shades of My Sin #FCBA44
Tints of My Sin #FCBA44
RGB
CMYK
RGB Variations
Color information
#FCBA44 (or 0xFCBA44) is known color: My Sin. HEX triplet: FC, BA and 44. RGB value is (252,186,68). Sum of RGB (Red+Green+Blue) = 252+186+68=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 68 (26.95% from 255 or 13.44% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBA44 is #0345BB. Grayscale: #C0C0C0. Windows color (decimal): -214460 or 4504316. OLE color: 4504316.
HSL color Cylindrical-coordinate representation of color #FCBA44: hue angle of 38.48º 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 #FCBA44 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 68 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.01 |
| HSL | 38.48º | 0.97% | 0.63% | - |
| HSV(B) | 38.48º | 0.73% | 0.99% | - |
| XYZ | 58.75 | 56.23 | 13.23 | - |
| YUV | 192.28 | 57.87 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 68 | 0 | 0.26 | 0.73 | 0.01 | 38.48 | 0.97 | 0.63 |
| Hex | FC | BA | 44 | 0 | 1A | 49 | 1 | 26 | 61 | 3F |
| Octal | 374 | 272 | 104 | 0 | 32 | 111 | 1 | 46 | 141 | 77 |
| Binary | 11111100 | 10111010 | 1000100 | 0 | 11010 | 1001001 | 1 | 100110 | 1100001 | 111111 |
Color Harmonies of #FCBA44
Complementary color
Monochromatic Colors of #FCBA44
Black with #FCBA44
Text Example
Text Example
White with #FCBA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA44; }
p { color: rgb(252,186,68); }
H1.HeaderClassName
{
color: #FCBA44;
}
.AnyTagClassName
{
color: #FCBA44;
}
</style>
background-color css
<style>
a { background-color: #FCBA44; }
a { background-color: rgb(252,186,68); }
div.DivClassName
{
background-color: #FCBA44;
}
.BgClassName
{
background-color: #FCBA44;
}
</style>
border-color css
<style>
span { border-color: #FCBA44; }
span { border-color: rgb(252,186,68); }
td.TdClassName
{
border-color: #FCBA44;
}
.TagClassName
{
border-color: #FCBA44;
}
</style>