Shades of Selective Yellow #FBB201
Tints of Selective Yellow #FBB201
RGB
CMYK
RGB Variations
Color information
#FBB201 (or 0xFBB201) is known color: Selective Yellow. HEX triplet: FB, B2 and 01. RGB value is (251,178,1). Sum of RGB (Red+Green+Blue) = 251+178+1=430 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.37% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 1 (0.78% from 255 or 0.23% from 430); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBB201 is #044DFE. Grayscale: #B4B4B4. Windows color (decimal): -282111 or 111355. OLE color: 111355.
HSL color Cylindrical-coordinate representation of color #FBB201: hue angle of 42.48º 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 #FBB201 is Cyan = 0, Magento = 0.29, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 178 | 1 | - |
| CMYK | 0 | 0.29 | 1.00 | 0.02 |
| HSL | 42.48º | 0.99% | 0.49% | - |
| HSV(B) | 42.48º | 1% | 0.98% | - |
| XYZ | 55.71 | 52.35 | 7.2 | - |
| YUV | 179.65 | 27.18 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 178 | 1 | 0 | 0.29 | 1.00 | 0.02 | 42.48 | 0.99 | 0.49 |
| Hex | FB | B2 | 1 | 0 | 1D | 64 | 2 | 2A | 63 | 31 |
| Octal | 373 | 262 | 1 | 0 | 35 | 144 | 2 | 52 | 143 | 61 |
| Binary | 11111011 | 10110010 | 1 | 0 | 11101 | 1100100 | 10 | 101010 | 1100011 | 110001 |
Color Harmonies of #FBB201
Complementary color
Monochromatic Colors of #FBB201
Black with #FBB201
Text Example
Text Example
White with #FBB201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB201; }
p { color: rgb(251,178,1); }
H1.HeaderClassName
{
color: #FBB201;
}
.AnyTagClassName
{
color: #FBB201;
}
</style>
background-color css
<style>
a { background-color: #FBB201; }
a { background-color: rgb(251,178,1); }
div.DivClassName
{
background-color: #FBB201;
}
.BgClassName
{
background-color: #FBB201;
}
</style>
border-color css
<style>
span { border-color: #FBB201; }
span { border-color: rgb(251,178,1); }
td.TdClassName
{
border-color: #FBB201;
}
.TagClassName
{
border-color: #FBB201;
}
</style>