Shades of Selective Yellow #FFBB10
Tints of Selective Yellow #FFBB10
RGB
CMYK
RGB Variations
Color information
#FFBB10 (or 0xFFBB10) is known color: Selective Yellow. HEX triplet: FF, BB and 10. RGB value is (255,187,16). Sum of RGB (Red+Green+Blue) = 255+187+16=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 16 (6.64% from 255 or 3.49% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBB10 is #0044EF. Grayscale: #BCBCBC. Windows color (decimal): -17648 or 1096703. OLE color: 1096703.
HSL color Cylindrical-coordinate representation of color #FFBB10: hue angle of 42.93º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFBB10 is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 16 | - |
| CMYK | 0 | 0.27 | 0.94 | 0 |
| HSL | 42.93º | 1% | 0.53% | - |
| HSV(B) | 42.93º | 0.94% | 1% | - |
| XYZ | 59.1 | 56.84 | 8.35 | - |
| YUV | 187.84 | 31.03 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 16 | 0 | 0.27 | 0.94 | 0 | 42.93 | 1 | 0.53 |
| Hex | FF | BB | 10 | 0 | 1B | 5E | 0 | 2B | 64 | 35 |
| Octal | 377 | 273 | 20 | 0 | 33 | 136 | 0 | 53 | 144 | 65 |
| Binary | 11111111 | 10111011 | 10000 | 0 | 11011 | 1011110 | 0 | 101011 | 1100100 | 110101 |
Color Harmonies of #FFBB10
Complementary color
Monochromatic Colors of #FFBB10
Black with #FFBB10
Text Example
Text Example
White with #FFBB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB10; }
p { color: rgb(255,187,16); }
H1.HeaderClassName
{
color: #FFBB10;
}
.AnyTagClassName
{
color: #FFBB10;
}
</style>
background-color css
<style>
a { background-color: #FFBB10; }
a { background-color: rgb(255,187,16); }
div.DivClassName
{
background-color: #FFBB10;
}
.BgClassName
{
background-color: #FFBB10;
}
</style>
border-color css
<style>
span { border-color: #FFBB10; }
span { border-color: rgb(255,187,16); }
td.TdClassName
{
border-color: #FFBB10;
}
.TagClassName
{
border-color: #FFBB10;
}
</style>