Shades of Selective Yellow #FCBB00
Tints of Selective Yellow #FCBB00
RGB
CMYK
RGB Variations
Color information
#FCBB00 (or 0xFCBB00) is known color: Selective Yellow. HEX triplet: FC, BB and 00. RGB value is (252,187,0). Sum of RGB (Red+Green+Blue) = 252+187+0=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 187 (73.44% from 255 or 42.60% from 439); Blue value is 0 (0.39% from 255 or 0% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBB00 is #0344FF. Grayscale: #B9B9B9. Windows color (decimal): -214272 or 48124. OLE color: 48124.
HSL color Cylindrical-coordinate representation of color #FCBB00: hue angle of 44.52º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCBB00 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.01 |
| HSL | 44.52º | 1% | 0.49% | - |
| HSV(B) | 44.52º | 1% | 0.99% | - |
| XYZ | 57.92 | 56.24 | 7.8 | - |
| YUV | 185.12 | 23.53 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 0 | 0 | 0.26 | 1 | 0.01 | 44.52 | 1 | 0.49 |
| Hex | FC | BB | 0 | 0 | 1A | 64 | 1 | 2D | 64 | 31 |
| Octal | 374 | 273 | 0 | 0 | 32 | 144 | 1 | 55 | 144 | 61 |
| Binary | 11111100 | 10111011 | 0 | 0 | 11010 | 1100100 | 1 | 101101 | 1100100 | 110001 |
Color Harmonies of #FCBB00
Complementary color
Monochromatic Colors of #FCBB00
Black with #FCBB00
Text Example
Text Example
White with #FCBB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBB00; }
p { color: rgb(252,187,0); }
H1.HeaderClassName
{
color: #FCBB00;
}
.AnyTagClassName
{
color: #FCBB00;
}
</style>
background-color css
<style>
a { background-color: #FCBB00; }
a { background-color: rgb(252,187,0); }
div.DivClassName
{
background-color: #FCBB00;
}
.BgClassName
{
background-color: #FCBB00;
}
</style>
border-color css
<style>
span { border-color: #FCBB00; }
span { border-color: rgb(252,187,0); }
td.TdClassName
{
border-color: #FCBB00;
}
.TagClassName
{
border-color: #FCBB00;
}
</style>