Shades of Selective Yellow #FBB101
Tints of Selective Yellow #FBB101
RGB
CMYK
RGB Variations
Color information
#FBB101 (or 0xFBB101) is known color: Selective Yellow. HEX triplet: FB, B1 and 01. RGB value is (251,177,1). Sum of RGB (Red+Green+Blue) = 251+177+1=429 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.51% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 1 (0.78% from 255 or 0.23% from 429); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB101 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBB101 is #044EFE. Grayscale: #B3B3B3. Windows color (decimal): -282367 or 111099. OLE color: 111099.
HSL color Cylindrical-coordinate representation of color #FBB101: hue angle of 42.24º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FBB101 is Cyan = 0, Magento = 0.29, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 177 | 1 | - |
| CMYK | 0 | 0.29 | 1.00 | 0.02 |
| HSL | 42.24º | 0.99% | 0.49% | - |
| HSV(B) | 42.24º | 1% | 0.98% | - |
| XYZ | 55.51 | 51.96 | 7.13 | - |
| YUV | 179.06 | 27.52 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 177 | 1 | 0 | 0.29 | 1.00 | 0.02 | 42.24 | 0.99 | 0.49 |
| Hex | FB | B1 | 1 | 0 | 1D | 64 | 2 | 2A | 63 | 31 |
| Octal | 373 | 261 | 1 | 0 | 35 | 144 | 2 | 52 | 143 | 61 |
| Binary | 11111011 | 10110001 | 1 | 0 | 11101 | 1100100 | 10 | 101010 | 1100011 | 110001 |
Color Harmonies of #FBB101
Complementary color
Monochromatic Colors of #FBB101
Black with #FBB101
Text Example
Text Example
White with #FBB101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB101; }
p { color: rgb(251,177,1); }
H1.HeaderClassName
{
color: #FBB101;
}
.AnyTagClassName
{
color: #FBB101;
}
</style>
background-color css
<style>
a { background-color: #FBB101; }
a { background-color: rgb(251,177,1); }
div.DivClassName
{
background-color: #FBB101;
}
.BgClassName
{
background-color: #FBB101;
}
</style>
border-color css
<style>
span { border-color: #FBB101; }
span { border-color: rgb(251,177,1); }
td.TdClassName
{
border-color: #FBB101;
}
.TagClassName
{
border-color: #FBB101;
}
</style>