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