Shades of Selective Yellow #F8BB0B
Tints of Selective Yellow #F8BB0B
RGB
CMYK
RGB Variations
Color information
#F8BB0B (or 0xF8BB0B) is known color: Selective Yellow. HEX triplet: F8, BB and 0B. RGB value is (248,187,11). Sum of RGB (Red+Green+Blue) = 248+187+11=446 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.61% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 11 (4.69% from 255 or 2.47% from 446); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BB0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8BB0B is #0744F4. Grayscale: #B9B9B9. Windows color (decimal): -476405 or 769016. OLE color: 769016.
HSL color Cylindrical-coordinate representation of color #F8BB0B: hue angle of 44.56º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8BB0B is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 187 | 11 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.03 |
| HSL | 44.56º | 0.94% | 0.51% | - |
| HSV(B) | 44.56º | 0.96% | 0.97% | - |
| XYZ | 56.54 | 55.52 | 8.05 | - |
| YUV | 185.18 | 29.71 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 187 | 11 | 0 | 0.25 | 0.96 | 0.03 | 44.56 | 0.94 | 0.51 |
| Hex | F8 | BB | B | 0 | 19 | 60 | 3 | 2D | 5E | 33 |
| Octal | 370 | 273 | 13 | 0 | 31 | 140 | 3 | 55 | 136 | 63 |
| Binary | 11111000 | 10111011 | 1011 | 0 | 11001 | 1100000 | 11 | 101101 | 1011110 | 110011 |
Color Harmonies of #F8BB0B
Complementary color
Monochromatic Colors of #F8BB0B
Black with #F8BB0B
Text Example
Text Example
White with #F8BB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BB0B; }
p { color: rgb(248,187,11); }
H1.HeaderClassName
{
color: #F8BB0B;
}
.AnyTagClassName
{
color: #F8BB0B;
}
</style>
background-color css
<style>
a { background-color: #F8BB0B; }
a { background-color: rgb(248,187,11); }
div.DivClassName
{
background-color: #F8BB0B;
}
.BgClassName
{
background-color: #F8BB0B;
}
</style>
border-color css
<style>
span { border-color: #F8BB0B; }
span { border-color: rgb(248,187,11); }
td.TdClassName
{
border-color: #F8BB0B;
}
.TagClassName
{
border-color: #F8BB0B;
}
</style>