Shades of Selective Yellow #FFBB07
Tints of Selective Yellow #FFBB07
RGB
CMYK
RGB Variations
Color information
#FFBB07 (or 0xFFBB07) is known color: Selective Yellow. HEX triplet: FF, BB and 07. RGB value is (255,187,7). Sum of RGB (Red+Green+Blue) = 255+187+7=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 7 (3.12% from 255 or 1.56% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBB07 is #0044F8. Grayscale: #BBBBBB. Windows color (decimal): -17657 or 506879. OLE color: 506879.
HSL color Cylindrical-coordinate representation of color #FFBB07: hue angle of 43.55º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFBB07 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 7 | - |
| CMYK | 0 | 0.27 | 0.97 | 0 |
| HSL | 43.55º | 1% | 0.51% | - |
| HSV(B) | 43.55º | 0.97% | 1% | - |
| XYZ | 59.05 | 56.82 | 8.06 | - |
| YUV | 186.81 | 26.53 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 7 | 0 | 0.27 | 0.97 | 0 | 43.55 | 1 | 0.51 |
| Hex | FF | BB | 7 | 0 | 1B | 61 | 0 | 2C | 64 | 33 |
| Octal | 377 | 273 | 7 | 0 | 33 | 141 | 0 | 54 | 144 | 63 |
| Binary | 11111111 | 10111011 | 111 | 0 | 11011 | 1100001 | 0 | 101100 | 1100100 | 110011 |
Color Harmonies of #FFBB07
Complementary color
Monochromatic Colors of #FFBB07
Black with #FFBB07
Text Example
Text Example
White with #FFBB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB07; }
p { color: rgb(255,187,7); }
H1.HeaderClassName
{
color: #FFBB07;
}
.AnyTagClassName
{
color: #FFBB07;
}
</style>
background-color css
<style>
a { background-color: #FFBB07; }
a { background-color: rgb(255,187,7); }
div.DivClassName
{
background-color: #FFBB07;
}
.BgClassName
{
background-color: #FFBB07;
}
</style>
border-color css
<style>
span { border-color: #FFBB07; }
span { border-color: rgb(255,187,7); }
td.TdClassName
{
border-color: #FFBB07;
}
.TagClassName
{
border-color: #FFBB07;
}
</style>