Shades of Selective Yellow #FCBB0B
Tints of Selective Yellow #FCBB0B
RGB
CMYK
RGB Variations
Color information
#FCBB0B (or 0xFCBB0B) is known color: Selective Yellow. HEX triplet: FC, BB and 0B. RGB value is (252,187,11). Sum of RGB (Red+Green+Blue) = 252+187+11=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 11 (4.69% from 255 or 2.44% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBB0B is #0344F4. Grayscale: #BBBBBB. Windows color (decimal): -214261 or 769020. OLE color: 769020.
HSL color Cylindrical-coordinate representation of color #FCBB0B: hue angle of 43.82º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCBB0B is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 11 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.01 |
| HSL | 43.82º | 0.98% | 0.52% | - |
| HSV(B) | 43.82º | 0.96% | 0.99% | - |
| XYZ | 57.98 | 56.26 | 8.12 | - |
| YUV | 186.37 | 29.03 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 11 | 0 | 0.26 | 0.96 | 0.01 | 43.82 | 0.98 | 0.52 |
| Hex | FC | BB | B | 0 | 1A | 60 | 1 | 2C | 62 | 34 |
| Octal | 374 | 273 | 13 | 0 | 32 | 140 | 1 | 54 | 142 | 64 |
| Binary | 11111100 | 10111011 | 1011 | 0 | 11010 | 1100000 | 1 | 101100 | 1100010 | 110100 |
Color Harmonies of #FCBB0B
Complementary color
Monochromatic Colors of #FCBB0B
Black with #FCBB0B
Text Example
Text Example
White with #FCBB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBB0B; }
p { color: rgb(252,187,11); }
H1.HeaderClassName
{
color: #FCBB0B;
}
.AnyTagClassName
{
color: #FCBB0B;
}
</style>
background-color css
<style>
a { background-color: #FCBB0B; }
a { background-color: rgb(252,187,11); }
div.DivClassName
{
background-color: #FCBB0B;
}
.BgClassName
{
background-color: #FCBB0B;
}
</style>
border-color css
<style>
span { border-color: #FCBB0B; }
span { border-color: rgb(252,187,11); }
td.TdClassName
{
border-color: #FCBB0B;
}
.TagClassName
{
border-color: #FCBB0B;
}
</style>