Shades of Selective Yellow #FBBA04
Tints of Selective Yellow #FBBA04
RGB
CMYK
RGB Variations
Color information
#FBBA04 (or 0xFBBA04) is known color: Selective Yellow. HEX triplet: FB, BA and 04. RGB value is (251,186,4). Sum of RGB (Red+Green+Blue) = 251+186+4=441 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.92% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 4 (1.95% from 255 or 0.91% from 441); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBBA04 is #0445FB. Grayscale: #B9B9B9. Windows color (decimal): -280060 or 310011. OLE color: 310011.
HSL color Cylindrical-coordinate representation of color #FBBA04: hue angle of 44.21º 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 #FBBA04 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 4 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.02 |
| HSL | 44.21º | 0.97% | 0.5% | - |
| HSV(B) | 44.21º | 0.98% | 0.98% | - |
| XYZ | 57.36 | 55.64 | 7.83 | - |
| YUV | 184.69 | 26.03 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 4 | 0 | 0.26 | 0.98 | 0.02 | 44.21 | 0.97 | 0.5 |
| Hex | FB | BA | 4 | 0 | 1A | 62 | 2 | 2C | 61 | 32 |
| Octal | 373 | 272 | 4 | 0 | 32 | 142 | 2 | 54 | 141 | 62 |
| Binary | 11111011 | 10111010 | 100 | 0 | 11010 | 1100010 | 10 | 101100 | 1100001 | 110010 |
Color Harmonies of #FBBA04
Complementary color
Monochromatic Colors of #FBBA04
Black with #FBBA04
Text Example
Text Example
White with #FBBA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBA04; }
p { color: rgb(251,186,4); }
H1.HeaderClassName
{
color: #FBBA04;
}
.AnyTagClassName
{
color: #FBBA04;
}
</style>
background-color css
<style>
a { background-color: #FBBA04; }
a { background-color: rgb(251,186,4); }
div.DivClassName
{
background-color: #FBBA04;
}
.BgClassName
{
background-color: #FBBA04;
}
</style>
border-color css
<style>
span { border-color: #FBBA04; }
span { border-color: rgb(251,186,4); }
td.TdClassName
{
border-color: #FBBA04;
}
.TagClassName
{
border-color: #FBBA04;
}
</style>