Shades of Selective Yellow #FBBB00
Tints of Selective Yellow #FBBB00
RGB
CMYK
RGB Variations
Color information
#FBBB00 (or 0xFBBB00) is known color: Selective Yellow. HEX triplet: FB, BB and 00. RGB value is (251,187,0). Sum of RGB (Red+Green+Blue) = 251+187+0=438 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.31% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 0 (0.39% from 255 or 0% from 438); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBB00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBBB00 is #0444FF. Grayscale: #B9B9B9. Windows color (decimal): -279808 or 48123. OLE color: 48123.
HSL color Cylindrical-coordinate representation of color #FBBB00: hue angle of 44.7º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FBBB00 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.02 |
| HSL | 44.7º | 1% | 0.49% | - |
| HSV(B) | 44.7º | 1% | 0.98% | - |
| XYZ | 57.55 | 56.05 | 7.79 | - |
| YUV | 184.82 | 23.7 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 0 | 0 | 0.25 | 1 | 0.02 | 44.7 | 1 | 0.49 |
| Hex | FB | BB | 0 | 0 | 19 | 64 | 2 | 2D | 64 | 31 |
| Octal | 373 | 273 | 0 | 0 | 31 | 144 | 2 | 55 | 144 | 61 |
| Binary | 11111011 | 10111011 | 0 | 0 | 11001 | 1100100 | 10 | 101101 | 1100100 | 110001 |
Color Harmonies of #FBBB00
Complementary color
Monochromatic Colors of #FBBB00
Black with #FBBB00
Text Example
Text Example
White with #FBBB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBB00; }
p { color: rgb(251,187,0); }
H1.HeaderClassName
{
color: #FBBB00;
}
.AnyTagClassName
{
color: #FBBB00;
}
</style>
background-color css
<style>
a { background-color: #FBBB00; }
a { background-color: rgb(251,187,0); }
div.DivClassName
{
background-color: #FBBB00;
}
.BgClassName
{
background-color: #FBBB00;
}
</style>
border-color css
<style>
span { border-color: #FBBB00; }
span { border-color: rgb(251,187,0); }
td.TdClassName
{
border-color: #FBBB00;
}
.TagClassName
{
border-color: #FBBB00;
}
</style>