Shades of Selective Yellow #FBBA03
Tints of Selective Yellow #FBBA03
RGB
CMYK
RGB Variations
Color information
#FBBA03 (or 0xFBBA03) is known color: Selective Yellow. HEX triplet: FB, BA and 03. RGB value is (251,186,3). Sum of RGB (Red+Green+Blue) = 251+186+3=440 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.05% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 3 (1.56% from 255 or 0.68% from 440); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBBA03 is #0445FC. Grayscale: #B9B9B9. Windows color (decimal): -280061 or 244475. OLE color: 244475.
HSL color Cylindrical-coordinate representation of color #FBBA03: hue angle of 44.27º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FBBA03 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 3 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.02 |
| HSL | 44.27º | 0.98% | 0.5% | - |
| HSV(B) | 44.27º | 0.99% | 0.98% | - |
| XYZ | 57.36 | 55.63 | 7.8 | - |
| YUV | 184.57 | 25.53 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 3 | 0 | 0.26 | 0.99 | 0.02 | 44.27 | 0.98 | 0.5 |
| Hex | FB | BA | 3 | 0 | 1A | 63 | 2 | 2C | 62 | 32 |
| Octal | 373 | 272 | 3 | 0 | 32 | 143 | 2 | 54 | 142 | 62 |
| Binary | 11111011 | 10111010 | 11 | 0 | 11010 | 1100011 | 10 | 101100 | 1100010 | 110010 |
Color Harmonies of #FBBA03
Complementary color
Monochromatic Colors of #FBBA03
Black with #FBBA03
Text Example
Text Example
White with #FBBA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBA03; }
p { color: rgb(251,186,3); }
H1.HeaderClassName
{
color: #FBBA03;
}
.AnyTagClassName
{
color: #FBBA03;
}
</style>
background-color css
<style>
a { background-color: #FBBA03; }
a { background-color: rgb(251,186,3); }
div.DivClassName
{
background-color: #FBBA03;
}
.BgClassName
{
background-color: #FBBA03;
}
</style>
border-color css
<style>
span { border-color: #FBBA03; }
span { border-color: rgb(251,186,3); }
td.TdClassName
{
border-color: #FBBA03;
}
.TagClassName
{
border-color: #FBBA03;
}
</style>