Shades of Selective Yellow #FCBB10
Tints of Selective Yellow #FCBB10
RGB
CMYK
RGB Variations
Color information
#FCBB10 (or 0xFCBB10) is known color: Selective Yellow. HEX triplet: FC, BB and 10. RGB value is (252,187,16). Sum of RGB (Red+Green+Blue) = 252+187+16=455 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.38% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 16 (6.64% from 255 or 3.52% from 455); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBB10 is #0344EF. Grayscale: #BBBBBB. Windows color (decimal): -214256 or 1096700. OLE color: 1096700.
HSL color Cylindrical-coordinate representation of color #FCBB10: hue angle of 43.47º 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 #FCBB10 is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 16 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.01 |
| HSL | 43.47º | 0.98% | 0.53% | - |
| HSV(B) | 43.47º | 0.94% | 0.99% | - |
| XYZ | 58.01 | 56.27 | 8.29 | - |
| YUV | 186.94 | 31.53 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 16 | 0 | 0.26 | 0.94 | 0.01 | 43.47 | 0.98 | 0.53 |
| Hex | FC | BB | 10 | 0 | 1A | 5E | 1 | 2B | 62 | 35 |
| Octal | 374 | 273 | 20 | 0 | 32 | 136 | 1 | 53 | 142 | 65 |
| Binary | 11111100 | 10111011 | 10000 | 0 | 11010 | 1011110 | 1 | 101011 | 1100010 | 110101 |
Color Harmonies of #FCBB10
Complementary color
Monochromatic Colors of #FCBB10
Black with #FCBB10
Text Example
Text Example
White with #FCBB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBB10; }
p { color: rgb(252,187,16); }
H1.HeaderClassName
{
color: #FCBB10;
}
.AnyTagClassName
{
color: #FCBB10;
}
</style>
background-color css
<style>
a { background-color: #FCBB10; }
a { background-color: rgb(252,187,16); }
div.DivClassName
{
background-color: #FCBB10;
}
.BgClassName
{
background-color: #FCBB10;
}
</style>
border-color css
<style>
span { border-color: #FCBB10; }
span { border-color: rgb(252,187,16); }
td.TdClassName
{
border-color: #FCBB10;
}
.TagClassName
{
border-color: #FCBB10;
}
</style>