Shades of Selective Yellow #FFBB02
Tints of Selective Yellow #FFBB02
RGB
CMYK
RGB Variations
Color information
#FFBB02 (or 0xFFBB02) is known color: Selective Yellow. HEX triplet: FF, BB and 02. RGB value is (255,187,2). Sum of RGB (Red+Green+Blue) = 255+187+2=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 2 (1.17% from 255 or 0.45% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBB02 is #0044FD. Grayscale: #BBBBBB. Windows color (decimal): -17662 or 179199. OLE color: 179199.
HSL color Cylindrical-coordinate representation of color #FFBB02: hue angle of 43.87º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFBB02 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 2 | - |
| CMYK | 0 | 0.27 | 0.99 | 0 |
| HSL | 43.87º | 1% | 0.5% | - |
| HSV(B) | 43.87º | 0.99% | 1% | - |
| XYZ | 59.02 | 56.81 | 7.91 | - |
| YUV | 186.24 | 24.03 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 2 | 0 | 0.27 | 0.99 | 0 | 43.87 | 1 | 0.5 |
| Hex | FF | BB | 2 | 0 | 1B | 63 | 0 | 2C | 64 | 32 |
| Octal | 377 | 273 | 2 | 0 | 33 | 143 | 0 | 54 | 144 | 62 |
| Binary | 11111111 | 10111011 | 10 | 0 | 11011 | 1100011 | 0 | 101100 | 1100100 | 110010 |
Color Harmonies of #FFBB02
Complementary color
Monochromatic Colors of #FFBB02
Black with #FFBB02
Text Example
Text Example
White with #FFBB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB02; }
p { color: rgb(255,187,2); }
H1.HeaderClassName
{
color: #FFBB02;
}
.AnyTagClassName
{
color: #FFBB02;
}
</style>
background-color css
<style>
a { background-color: #FFBB02; }
a { background-color: rgb(255,187,2); }
div.DivClassName
{
background-color: #FFBB02;
}
.BgClassName
{
background-color: #FFBB02;
}
</style>
border-color css
<style>
span { border-color: #FFBB02; }
span { border-color: rgb(255,187,2); }
td.TdClassName
{
border-color: #FFBB02;
}
.TagClassName
{
border-color: #FFBB02;
}
</style>