Shades of Selective Yellow #FCBB02
Tints of Selective Yellow #FCBB02
RGB
CMYK
RGB Variations
Color information
#FCBB02 (or 0xFCBB02) is known color: Selective Yellow. HEX triplet: FC, BB and 02. RGB value is (252,187,2). Sum of RGB (Red+Green+Blue) = 252+187+2=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 2 (1.17% from 255 or 0.45% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBB02 is #0344FD. Grayscale: #BABABA. Windows color (decimal): -214270 or 179196. OLE color: 179196.
HSL color Cylindrical-coordinate representation of color #FCBB02: hue angle of 44.4º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FCBB02 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 2 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.01 |
| HSL | 44.4º | 0.98% | 0.5% | - |
| HSV(B) | 44.4º | 0.99% | 0.99% | - |
| XYZ | 57.93 | 56.24 | 7.86 | - |
| YUV | 185.35 | 24.53 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 2 | 0 | 0.26 | 0.99 | 0.01 | 44.4 | 0.98 | 0.5 |
| Hex | FC | BB | 2 | 0 | 1A | 63 | 1 | 2C | 62 | 32 |
| Octal | 374 | 273 | 2 | 0 | 32 | 143 | 1 | 54 | 142 | 62 |
| Binary | 11111100 | 10111011 | 10 | 0 | 11010 | 1100011 | 1 | 101100 | 1100010 | 110010 |
Color Harmonies of #FCBB02
Complementary color
Monochromatic Colors of #FCBB02
Black with #FCBB02
Text Example
Text Example
White with #FCBB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBB02; }
p { color: rgb(252,187,2); }
H1.HeaderClassName
{
color: #FCBB02;
}
.AnyTagClassName
{
color: #FCBB02;
}
</style>
background-color css
<style>
a { background-color: #FCBB02; }
a { background-color: rgb(252,187,2); }
div.DivClassName
{
background-color: #FCBB02;
}
.BgClassName
{
background-color: #FCBB02;
}
</style>
border-color css
<style>
span { border-color: #FCBB02; }
span { border-color: rgb(252,187,2); }
td.TdClassName
{
border-color: #FCBB02;
}
.TagClassName
{
border-color: #FCBB02;
}
</style>