Shades of Selective Yellow #FFBB03
Tints of Selective Yellow #FFBB03
RGB
CMYK
RGB Variations
Color information
#FFBB03 (or 0xFFBB03) is known color: Selective Yellow. HEX triplet: FF, BB and 03. RGB value is (255,187,3). Sum of RGB (Red+Green+Blue) = 255+187+3=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 3 (1.56% from 255 or 0.67% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBB03 is #0044FC. Grayscale: #BBBBBB. Windows color (decimal): -17661 or 244735. OLE color: 244735.
HSL color Cylindrical-coordinate representation of color #FFBB03: hue angle of 43.81º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFBB03 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 3 | - |
| CMYK | 0 | 0.27 | 0.99 | 0 |
| HSL | 43.81º | 1% | 0.51% | - |
| HSV(B) | 43.81º | 0.99% | 1% | - |
| XYZ | 59.03 | 56.81 | 7.94 | - |
| YUV | 186.36 | 24.53 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 3 | 0 | 0.27 | 0.99 | 0 | 43.81 | 1 | 0.51 |
| Hex | FF | BB | 3 | 0 | 1B | 63 | 0 | 2C | 64 | 33 |
| Octal | 377 | 273 | 3 | 0 | 33 | 143 | 0 | 54 | 144 | 63 |
| Binary | 11111111 | 10111011 | 11 | 0 | 11011 | 1100011 | 0 | 101100 | 1100100 | 110011 |
Color Harmonies of #FFBB03
Complementary color
Monochromatic Colors of #FFBB03
Black with #FFBB03
Text Example
Text Example
White with #FFBB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB03; }
p { color: rgb(255,187,3); }
H1.HeaderClassName
{
color: #FFBB03;
}
.AnyTagClassName
{
color: #FFBB03;
}
</style>
background-color css
<style>
a { background-color: #FFBB03; }
a { background-color: rgb(255,187,3); }
div.DivClassName
{
background-color: #FFBB03;
}
.BgClassName
{
background-color: #FFBB03;
}
</style>
border-color css
<style>
span { border-color: #FFBB03; }
span { border-color: rgb(255,187,3); }
td.TdClassName
{
border-color: #FFBB03;
}
.TagClassName
{
border-color: #FFBB03;
}
</style>