Shades of Selective Yellow #FFBB00
Tints of Selective Yellow #FFBB00
RGB
CMYK
RGB Variations
Color information
#FFBB00 (or 0xFFBB00) is known color: Selective Yellow. HEX triplet: FF, BB and 00. RGB value is (255,187,0). Sum of RGB (Red+Green+Blue) = 255+187+0=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 0 (0.39% from 255 or 0% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBB00 is #0044FF. Grayscale: #BABABA. Windows color (decimal): -17664 or 48127. OLE color: 48127.
HSL color Cylindrical-coordinate representation of color #FFBB00: hue angle of 44º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFBB00 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0 |
| HSL | 44º | 1% | 0.5% | - |
| HSV(B) | 44º | 1% | 1% | - |
| XYZ | 59.01 | 56.8 | 7.85 | - |
| YUV | 186.01 | 23.03 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 0 | 0 | 0.27 | 1 | 0 | 44 | 1 | 0.5 |
| Hex | FF | BB | 0 | 0 | 1B | 64 | 0 | 2C | 64 | 32 |
| Octal | 377 | 273 | 0 | 0 | 33 | 144 | 0 | 54 | 144 | 62 |
| Binary | 11111111 | 10111011 | 0 | 0 | 11011 | 1100100 | 0 | 101100 | 1100100 | 110010 |
Color Harmonies of #FFBB00
Complementary color
Monochromatic Colors of #FFBB00
Black with #FFBB00
Text Example
Text Example
White with #FFBB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB00; }
p { color: rgb(255,187,0); }
H1.HeaderClassName
{
color: #FFBB00;
}
.AnyTagClassName
{
color: #FFBB00;
}
</style>
background-color css
<style>
a { background-color: #FFBB00; }
a { background-color: rgb(255,187,0); }
div.DivClassName
{
background-color: #FFBB00;
}
.BgClassName
{
background-color: #FFBB00;
}
</style>
border-color css
<style>
span { border-color: #FFBB00; }
span { border-color: rgb(255,187,0); }
td.TdClassName
{
border-color: #FFBB00;
}
.TagClassName
{
border-color: #FFBB00;
}
</style>