Shades of Selective Yellow #FBB001
Tints of Selective Yellow #FBB001
RGB
CMYK
RGB Variations
Color information
#FBB001 (or 0xFBB001) is known color: Selective Yellow. HEX triplet: FB, B0 and 01. RGB value is (251,176,1). Sum of RGB (Red+Green+Blue) = 251+176+1=428 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.64% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 1 (0.78% from 255 or 0.23% from 428); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB001 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBB001 is #044FFE. Grayscale: #B3B3B3. Windows color (decimal): -282623 or 110843. OLE color: 110843.
HSL color Cylindrical-coordinate representation of color #FBB001: hue angle of 42º 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 #FBB001 is Cyan = 0, Magento = 0.30, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 176 | 1 | - |
| CMYK | 0 | 0.30 | 1.00 | 0.02 |
| HSL | 42º | 0.99% | 0.49% | - |
| HSV(B) | 42º | 1% | 0.98% | - |
| XYZ | 55.31 | 51.56 | 7.07 | - |
| YUV | 178.48 | 27.85 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 176 | 1 | 0 | 0.30 | 1.00 | 0.02 | 42 | 0.99 | 0.49 |
| Hex | FB | B0 | 1 | 0 | 1E | 64 | 2 | 2A | 63 | 31 |
| Octal | 373 | 260 | 1 | 0 | 36 | 144 | 2 | 52 | 143 | 61 |
| Binary | 11111011 | 10110000 | 1 | 0 | 11110 | 1100100 | 10 | 101010 | 1100011 | 110001 |
Color Harmonies of #FBB001
Complementary color
Monochromatic Colors of #FBB001
Black with #FBB001
Text Example
Text Example
White with #FBB001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB001; }
p { color: rgb(251,176,1); }
H1.HeaderClassName
{
color: #FBB001;
}
.AnyTagClassName
{
color: #FBB001;
}
</style>
background-color css
<style>
a { background-color: #FBB001; }
a { background-color: rgb(251,176,1); }
div.DivClassName
{
background-color: #FBB001;
}
.BgClassName
{
background-color: #FBB001;
}
</style>
border-color css
<style>
span { border-color: #FBB001; }
span { border-color: rgb(251,176,1); }
td.TdClassName
{
border-color: #FBB001;
}
.TagClassName
{
border-color: #FBB001;
}
</style>