Shades of Selective Yellow #FFBB01
Tints of Selective Yellow #FFBB01
RGB
CMYK
RGB Variations
Color information
#FFBB01 (or 0xFFBB01) is known color: Selective Yellow. HEX triplet: FF, BB and 01. RGB value is (255,187,1). Sum of RGB (Red+Green+Blue) = 255+187+1=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 1 (0.78% from 255 or 0.23% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBB01 is #0044FE. Grayscale: #BABABA. Windows color (decimal): -17663 or 113663. OLE color: 113663.
HSL color Cylindrical-coordinate representation of color #FFBB01: hue angle of 43.94º 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 #FFBB01 is Cyan = 0, Magento = 0.27, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 1 | - |
| CMYK | 0 | 0.27 | 1.00 | 0 |
| HSL | 43.94º | 1% | 0.5% | - |
| HSV(B) | 43.94º | 1% | 1% | - |
| XYZ | 59.02 | 56.8 | 7.88 | - |
| YUV | 186.13 | 23.53 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 1 | 0 | 0.27 | 1.00 | 0 | 43.94 | 1 | 0.5 |
| Hex | FF | BB | 1 | 0 | 1B | 64 | 0 | 2C | 64 | 32 |
| Octal | 377 | 273 | 1 | 0 | 33 | 144 | 0 | 54 | 144 | 62 |
| Binary | 11111111 | 10111011 | 1 | 0 | 11011 | 1100100 | 0 | 101100 | 1100100 | 110010 |
Color Harmonies of #FFBB01
Complementary color
Monochromatic Colors of #FFBB01
Black with #FFBB01
Text Example
Text Example
White with #FFBB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB01; }
p { color: rgb(255,187,1); }
H1.HeaderClassName
{
color: #FFBB01;
}
.AnyTagClassName
{
color: #FFBB01;
}
</style>
background-color css
<style>
a { background-color: #FFBB01; }
a { background-color: rgb(255,187,1); }
div.DivClassName
{
background-color: #FFBB01;
}
.BgClassName
{
background-color: #FFBB01;
}
</style>
border-color css
<style>
span { border-color: #FFBB01; }
span { border-color: rgb(255,187,1); }
td.TdClassName
{
border-color: #FFBB01;
}
.TagClassName
{
border-color: #FFBB01;
}
</style>