Shades of Selective Yellow #FBBA05
Tints of Selective Yellow #FBBA05
RGB
CMYK
RGB Variations
Color information
#FBBA05 (or 0xFBBA05) is known color: Selective Yellow. HEX triplet: FB, BA and 05. RGB value is (251,186,5). Sum of RGB (Red+Green+Blue) = 251+186+5=442 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.79% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 5 (2.34% from 255 or 1.13% from 442); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBBA05 is #0445FA. Grayscale: #B9B9B9. Windows color (decimal): -280059 or 375547. OLE color: 375547.
HSL color Cylindrical-coordinate representation of color #FBBA05: hue angle of 44.15º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FBBA05 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 5 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.02 |
| HSL | 44.15º | 0.97% | 0.5% | - |
| HSV(B) | 44.15º | 0.98% | 0.98% | - |
| XYZ | 57.37 | 55.64 | 7.86 | - |
| YUV | 184.8 | 26.53 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 5 | 0 | 0.26 | 0.98 | 0.02 | 44.15 | 0.97 | 0.5 |
| Hex | FB | BA | 5 | 0 | 1A | 62 | 2 | 2C | 61 | 32 |
| Octal | 373 | 272 | 5 | 0 | 32 | 142 | 2 | 54 | 141 | 62 |
| Binary | 11111011 | 10111010 | 101 | 0 | 11010 | 1100010 | 10 | 101100 | 1100001 | 110010 |
Color Harmonies of #FBBA05
Complementary color
Monochromatic Colors of #FBBA05
Black with #FBBA05
Text Example
Text Example
White with #FBBA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBA05; }
p { color: rgb(251,186,5); }
H1.HeaderClassName
{
color: #FBBA05;
}
.AnyTagClassName
{
color: #FBBA05;
}
</style>
background-color css
<style>
a { background-color: #FBBA05; }
a { background-color: rgb(251,186,5); }
div.DivClassName
{
background-color: #FBBA05;
}
.BgClassName
{
background-color: #FBBA05;
}
</style>
border-color css
<style>
span { border-color: #FBBA05; }
span { border-color: rgb(251,186,5); }
td.TdClassName
{
border-color: #FBBA05;
}
.TagClassName
{
border-color: #FBBA05;
}
</style>