Shades of Selective Yellow #FFBB0B
Tints of Selective Yellow #FFBB0B
RGB
CMYK
RGB Variations
Color information
#FFBB0B (or 0xFFBB0B) is known color: Selective Yellow. HEX triplet: FF, BB and 0B. RGB value is (255,187,11). Sum of RGB (Red+Green+Blue) = 255+187+11=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 11 (4.69% from 255 or 2.43% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBB0B is #0044F4. Grayscale: #BCBCBC. Windows color (decimal): -17653 or 769023. OLE color: 769023.
HSL color Cylindrical-coordinate representation of color #FFBB0B: hue angle of 43.28º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFBB0B is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 11 | - |
| CMYK | 0 | 0.27 | 0.96 | 0 |
| HSL | 43.28º | 1% | 0.52% | - |
| HSV(B) | 43.28º | 0.96% | 1% | - |
| XYZ | 59.07 | 56.82 | 8.17 | - |
| YUV | 187.27 | 28.53 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 11 | 0 | 0.27 | 0.96 | 0 | 43.28 | 1 | 0.52 |
| Hex | FF | BB | B | 0 | 1B | 60 | 0 | 2B | 64 | 34 |
| Octal | 377 | 273 | 13 | 0 | 33 | 140 | 0 | 53 | 144 | 64 |
| Binary | 11111111 | 10111011 | 1011 | 0 | 11011 | 1100000 | 0 | 101011 | 1100100 | 110100 |
Color Harmonies of #FFBB0B
Complementary color
Monochromatic Colors of #FFBB0B
Black with #FFBB0B
Text Example
Text Example
White with #FFBB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB0B; }
p { color: rgb(255,187,11); }
H1.HeaderClassName
{
color: #FFBB0B;
}
.AnyTagClassName
{
color: #FFBB0B;
}
</style>
background-color css
<style>
a { background-color: #FFBB0B; }
a { background-color: rgb(255,187,11); }
div.DivClassName
{
background-color: #FFBB0B;
}
.BgClassName
{
background-color: #FFBB0B;
}
</style>
border-color css
<style>
span { border-color: #FFBB0B; }
span { border-color: rgb(255,187,11); }
td.TdClassName
{
border-color: #FFBB0B;
}
.TagClassName
{
border-color: #FFBB0B;
}
</style>