Shades of Selective Yellow #FCBA10
Tints of Selective Yellow #FCBA10
RGB
CMYK
RGB Variations
Color information
#FCBA10 (or 0xFCBA10) is known color: Selective Yellow. HEX triplet: FC, BA and 10. RGB value is (252,186,16). Sum of RGB (Red+Green+Blue) = 252+186+16=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 16 (6.64% from 255 or 3.52% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBA10 is #0345EF. Grayscale: #BBBBBB. Windows color (decimal): -214512 or 1096444. OLE color: 1096444.
HSL color Cylindrical-coordinate representation of color #FCBA10: hue angle of 43.22º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCBA10 is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 16 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.01 |
| HSL | 43.22º | 0.98% | 0.53% | - |
| HSV(B) | 43.22º | 0.94% | 0.99% | - |
| XYZ | 57.8 | 55.85 | 8.22 | - |
| YUV | 186.35 | 31.87 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 16 | 0 | 0.26 | 0.94 | 0.01 | 43.22 | 0.98 | 0.53 |
| Hex | FC | BA | 10 | 0 | 1A | 5E | 1 | 2B | 62 | 35 |
| Octal | 374 | 272 | 20 | 0 | 32 | 136 | 1 | 53 | 142 | 65 |
| Binary | 11111100 | 10111010 | 10000 | 0 | 11010 | 1011110 | 1 | 101011 | 1100010 | 110101 |
Color Harmonies of #FCBA10
Complementary color
Monochromatic Colors of #FCBA10
Black with #FCBA10
Text Example
Text Example
White with #FCBA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA10; }
p { color: rgb(252,186,16); }
H1.HeaderClassName
{
color: #FCBA10;
}
.AnyTagClassName
{
color: #FCBA10;
}
</style>
background-color css
<style>
a { background-color: #FCBA10; }
a { background-color: rgb(252,186,16); }
div.DivClassName
{
background-color: #FCBA10;
}
.BgClassName
{
background-color: #FCBA10;
}
</style>
border-color css
<style>
span { border-color: #FCBA10; }
span { border-color: rgb(252,186,16); }
td.TdClassName
{
border-color: #FCBA10;
}
.TagClassName
{
border-color: #FCBA10;
}
</style>