Shades of Selective Yellow #FCBB06
Tints of Selective Yellow #FCBB06
RGB
CMYK
RGB Variations
Color information
#FCBB06 (or 0xFCBB06) is known color: Selective Yellow. HEX triplet: FC, BB and 06. RGB value is (252,187,6). Sum of RGB (Red+Green+Blue) = 252+187+6=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 6 (2.73% from 255 or 1.35% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBB06 is #0344F9. Grayscale: #BABABA. Windows color (decimal): -214266 or 441340. OLE color: 441340.
HSL color Cylindrical-coordinate representation of color #FCBB06: hue angle of 44.15º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCBB06 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 6 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.01 |
| HSL | 44.15º | 0.98% | 0.51% | - |
| HSV(B) | 44.15º | 0.98% | 0.99% | - |
| XYZ | 57.95 | 56.25 | 7.98 | - |
| YUV | 185.8 | 26.53 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 6 | 0 | 0.26 | 0.98 | 0.01 | 44.15 | 0.98 | 0.51 |
| Hex | FC | BB | 6 | 0 | 1A | 62 | 1 | 2C | 62 | 33 |
| Octal | 374 | 273 | 6 | 0 | 32 | 142 | 1 | 54 | 142 | 63 |
| Binary | 11111100 | 10111011 | 110 | 0 | 11010 | 1100010 | 1 | 101100 | 1100010 | 110011 |
Color Harmonies of #FCBB06
Complementary color
Monochromatic Colors of #FCBB06
Black with #FCBB06
Text Example
Text Example
White with #FCBB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBB06; }
p { color: rgb(252,187,6); }
H1.HeaderClassName
{
color: #FCBB06;
}
.AnyTagClassName
{
color: #FCBB06;
}
</style>
background-color css
<style>
a { background-color: #FCBB06; }
a { background-color: rgb(252,187,6); }
div.DivClassName
{
background-color: #FCBB06;
}
.BgClassName
{
background-color: #FCBB06;
}
</style>
border-color css
<style>
span { border-color: #FCBB06; }
span { border-color: rgb(252,187,6); }
td.TdClassName
{
border-color: #FCBB06;
}
.TagClassName
{
border-color: #FCBB06;
}
</style>