Shades of Selective Yellow #FCBB01
Tints of Selective Yellow #FCBB01
RGB
CMYK
RGB Variations
Color information
#FCBB01 (or 0xFCBB01) is known color: Selective Yellow. HEX triplet: FC, BB and 01. RGB value is (252,187,1). Sum of RGB (Red+Green+Blue) = 252+187+1=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 1 (0.78% from 255 or 0.23% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBB01 is #0344FE. Grayscale: #BABABA. Windows color (decimal): -214271 or 113660. OLE color: 113660.
HSL color Cylindrical-coordinate representation of color #FCBB01: hue angle of 44.46º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCBB01 is Cyan = 0, Magento = 0.26, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 1 | - |
| CMYK | 0 | 0.26 | 1.00 | 0.01 |
| HSL | 44.46º | 0.99% | 0.5% | - |
| HSV(B) | 44.46º | 1% | 0.99% | - |
| XYZ | 57.92 | 56.24 | 7.83 | - |
| YUV | 185.23 | 24.03 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 1 | 0 | 0.26 | 1.00 | 0.01 | 44.46 | 0.99 | 0.5 |
| Hex | FC | BB | 1 | 0 | 1A | 64 | 1 | 2C | 63 | 32 |
| Octal | 374 | 273 | 1 | 0 | 32 | 144 | 1 | 54 | 143 | 62 |
| Binary | 11111100 | 10111011 | 1 | 0 | 11010 | 1100100 | 1 | 101100 | 1100011 | 110010 |
Color Harmonies of #FCBB01
Complementary color
Monochromatic Colors of #FCBB01
Black with #FCBB01
Text Example
Text Example
White with #FCBB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBB01; }
p { color: rgb(252,187,1); }
H1.HeaderClassName
{
color: #FCBB01;
}
.AnyTagClassName
{
color: #FCBB01;
}
</style>
background-color css
<style>
a { background-color: #FCBB01; }
a { background-color: rgb(252,187,1); }
div.DivClassName
{
background-color: #FCBB01;
}
.BgClassName
{
background-color: #FCBB01;
}
</style>
border-color css
<style>
span { border-color: #FCBB01; }
span { border-color: rgb(252,187,1); }
td.TdClassName
{
border-color: #FCBB01;
}
.TagClassName
{
border-color: #FCBB01;
}
</style>