Shades of Selective Yellow #FFBB05
Tints of Selective Yellow #FFBB05
RGB
CMYK
RGB Variations
Color information
#FFBB05 (or 0xFFBB05) is known color: Selective Yellow. HEX triplet: FF, BB and 05. RGB value is (255,187,5). Sum of RGB (Red+Green+Blue) = 255+187+5=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 5 (2.34% from 255 or 1.12% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBB05 is #0044FA. Grayscale: #BBBBBB. Windows color (decimal): -17659 or 375807. OLE color: 375807.
HSL color Cylindrical-coordinate representation of color #FFBB05: hue angle of 43.68º 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 #FFBB05 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 5 | - |
| CMYK | 0 | 0.27 | 0.98 | 0 |
| HSL | 43.68º | 1% | 0.51% | - |
| HSV(B) | 43.68º | 0.98% | 1% | - |
| XYZ | 59.04 | 56.81 | 8 | - |
| YUV | 186.58 | 25.53 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 5 | 0 | 0.27 | 0.98 | 0 | 43.68 | 1 | 0.51 |
| Hex | FF | BB | 5 | 0 | 1B | 62 | 0 | 2C | 64 | 33 |
| Octal | 377 | 273 | 5 | 0 | 33 | 142 | 0 | 54 | 144 | 63 |
| Binary | 11111111 | 10111011 | 101 | 0 | 11011 | 1100010 | 0 | 101100 | 1100100 | 110011 |
Color Harmonies of #FFBB05
Complementary color
Monochromatic Colors of #FFBB05
Black with #FFBB05
Text Example
Text Example
White with #FFBB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB05; }
p { color: rgb(255,187,5); }
H1.HeaderClassName
{
color: #FFBB05;
}
.AnyTagClassName
{
color: #FFBB05;
}
</style>
background-color css
<style>
a { background-color: #FFBB05; }
a { background-color: rgb(255,187,5); }
div.DivClassName
{
background-color: #FFBB05;
}
.BgClassName
{
background-color: #FFBB05;
}
</style>
border-color css
<style>
span { border-color: #FFBB05; }
span { border-color: rgb(255,187,5); }
td.TdClassName
{
border-color: #FFBB05;
}
.TagClassName
{
border-color: #FFBB05;
}
</style>