Shades of Selective Yellow #FFBB06
Tints of Selective Yellow #FFBB06
RGB
CMYK
RGB Variations
Color information
#FFBB06 (or 0xFFBB06) is known color: Selective Yellow. HEX triplet: FF, BB and 06. RGB value is (255,187,6). Sum of RGB (Red+Green+Blue) = 255+187+6=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 187 (73.44% from 255 or 41.74% from 448); Blue value is 6 (2.73% from 255 or 1.34% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBB06 is #0044F9. Grayscale: #BBBBBB. Windows color (decimal): -17658 or 441343. OLE color: 441343.
HSL color Cylindrical-coordinate representation of color #FFBB06: hue angle of 43.61º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFBB06 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 6 | - |
| CMYK | 0 | 0.27 | 0.98 | 0 |
| HSL | 43.61º | 1% | 0.51% | - |
| HSV(B) | 43.61º | 0.98% | 1% | - |
| XYZ | 59.04 | 56.81 | 8.03 | - |
| YUV | 186.7 | 26.03 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 6 | 0 | 0.27 | 0.98 | 0 | 43.61 | 1 | 0.51 |
| Hex | FF | BB | 6 | 0 | 1B | 62 | 0 | 2C | 64 | 33 |
| Octal | 377 | 273 | 6 | 0 | 33 | 142 | 0 | 54 | 144 | 63 |
| Binary | 11111111 | 10111011 | 110 | 0 | 11011 | 1100010 | 0 | 101100 | 1100100 | 110011 |
Color Harmonies of #FFBB06
Complementary color
Monochromatic Colors of #FFBB06
Black with #FFBB06
Text Example
Text Example
White with #FFBB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB06; }
p { color: rgb(255,187,6); }
H1.HeaderClassName
{
color: #FFBB06;
}
.AnyTagClassName
{
color: #FFBB06;
}
</style>
background-color css
<style>
a { background-color: #FFBB06; }
a { background-color: rgb(255,187,6); }
div.DivClassName
{
background-color: #FFBB06;
}
.BgClassName
{
background-color: #FFBB06;
}
</style>
border-color css
<style>
span { border-color: #FFBB06; }
span { border-color: rgb(255,187,6); }
td.TdClassName
{
border-color: #FFBB06;
}
.TagClassName
{
border-color: #FFBB06;
}
</style>