Shades of Selective Yellow #FBB900
Tints of Selective Yellow #FBB900
RGB
CMYK
RGB Variations
Color information
#FBB900 (or 0xFBB900) is known color: Selective Yellow. HEX triplet: FB, B9 and 00. RGB value is (251,185,0). Sum of RGB (Red+Green+Blue) = 251+185+0=436 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.57% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 0 (0.39% from 255 or 0% from 436); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBB900 is #0446FF. Grayscale: #B8B8B8. Windows color (decimal): -280320 or 47611. OLE color: 47611.
HSL color Cylindrical-coordinate representation of color #FBB900: hue angle of 44.22º 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 #FBB900 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 185 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.02 |
| HSL | 44.22º | 1% | 0.49% | - |
| HSV(B) | 44.22º | 1% | 0.98% | - |
| XYZ | 57.13 | 55.21 | 7.64 | - |
| YUV | 183.64 | 24.37 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 185 | 0 | 0 | 0.26 | 1 | 0.02 | 44.22 | 1 | 0.49 |
| Hex | FB | B9 | 0 | 0 | 1A | 64 | 2 | 2C | 64 | 31 |
| Octal | 373 | 271 | 0 | 0 | 32 | 144 | 2 | 54 | 144 | 61 |
| Binary | 11111011 | 10111001 | 0 | 0 | 11010 | 1100100 | 10 | 101100 | 1100100 | 110001 |
Color Harmonies of #FBB900
Complementary color
Monochromatic Colors of #FBB900
Black with #FBB900
Text Example
Text Example
White with #FBB900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB900; }
p { color: rgb(251,185,0); }
H1.HeaderClassName
{
color: #FBB900;
}
.AnyTagClassName
{
color: #FBB900;
}
</style>
background-color css
<style>
a { background-color: #FBB900; }
a { background-color: rgb(251,185,0); }
div.DivClassName
{
background-color: #FBB900;
}
.BgClassName
{
background-color: #FBB900;
}
</style>
border-color css
<style>
span { border-color: #FBB900; }
span { border-color: rgb(251,185,0); }
td.TdClassName
{
border-color: #FBB900;
}
.TagClassName
{
border-color: #FBB900;
}
</style>