Shades of Selective Yellow #FBBA00
Tints of Selective Yellow #FBBA00
RGB
CMYK
RGB Variations
Color information
#FBBA00 (or 0xFBBA00) is known color: Selective Yellow. HEX triplet: FB, BA and 00. RGB value is (251,186,0). Sum of RGB (Red+Green+Blue) = 251+186+0=437 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.44% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 0 (0.39% from 255 or 0% from 437); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBBA00 is #0445FF. Grayscale: #B9B9B9. Windows color (decimal): -280064 or 47867. OLE color: 47867.
HSL color Cylindrical-coordinate representation of color #FBBA00: hue angle of 44.46º 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 #FBBA00 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.02 |
| HSL | 44.46º | 1% | 0.49% | - |
| HSV(B) | 44.46º | 1% | 0.98% | - |
| XYZ | 57.34 | 55.63 | 7.71 | - |
| YUV | 184.23 | 24.03 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 0 | 0 | 0.26 | 1 | 0.02 | 44.46 | 1 | 0.49 |
| Hex | FB | BA | 0 | 0 | 1A | 64 | 2 | 2C | 64 | 31 |
| Octal | 373 | 272 | 0 | 0 | 32 | 144 | 2 | 54 | 144 | 61 |
| Binary | 11111011 | 10111010 | 0 | 0 | 11010 | 1100100 | 10 | 101100 | 1100100 | 110001 |
Color Harmonies of #FBBA00
Complementary color
Monochromatic Colors of #FBBA00
Black with #FBBA00
Text Example
Text Example
White with #FBBA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBA00; }
p { color: rgb(251,186,0); }
H1.HeaderClassName
{
color: #FBBA00;
}
.AnyTagClassName
{
color: #FBBA00;
}
</style>
background-color css
<style>
a { background-color: #FBBA00; }
a { background-color: rgb(251,186,0); }
div.DivClassName
{
background-color: #FBBA00;
}
.BgClassName
{
background-color: #FBBA00;
}
</style>
border-color css
<style>
span { border-color: #FBBA00; }
span { border-color: rgb(251,186,0); }
td.TdClassName
{
border-color: #FBBA00;
}
.TagClassName
{
border-color: #FBBA00;
}
</style>