Shades of Selective Yellow #FBBA01
Tints of Selective Yellow #FBBA01
RGB
CMYK
RGB Variations
Color information
#FBBA01 (or 0xFBBA01) is known color: Selective Yellow. HEX triplet: FB, BA and 01. RGB value is (251,186,1). Sum of RGB (Red+Green+Blue) = 251+186+1=438 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.31% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 1 (0.78% from 255 or 0.23% from 438); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBBA01 is #0445FE. Grayscale: #B9B9B9. Windows color (decimal): -280063 or 113403. OLE color: 113403.
HSL color Cylindrical-coordinate representation of color #FBBA01: hue angle of 44.4º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FBBA01 is Cyan = 0, Magento = 0.26, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 1 | - |
| CMYK | 0 | 0.26 | 1.00 | 0.02 |
| HSL | 44.4º | 0.99% | 0.49% | - |
| HSV(B) | 44.4º | 1% | 0.98% | - |
| XYZ | 57.35 | 55.63 | 7.74 | - |
| YUV | 184.35 | 24.53 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 1 | 0 | 0.26 | 1.00 | 0.02 | 44.4 | 0.99 | 0.49 |
| Hex | FB | BA | 1 | 0 | 1A | 64 | 2 | 2C | 63 | 31 |
| Octal | 373 | 272 | 1 | 0 | 32 | 144 | 2 | 54 | 143 | 61 |
| Binary | 11111011 | 10111010 | 1 | 0 | 11010 | 1100100 | 10 | 101100 | 1100011 | 110001 |
Color Harmonies of #FBBA01
Complementary color
Monochromatic Colors of #FBBA01
Black with #FBBA01
Text Example
Text Example
White with #FBBA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBA01; }
p { color: rgb(251,186,1); }
H1.HeaderClassName
{
color: #FBBA01;
}
.AnyTagClassName
{
color: #FBBA01;
}
</style>
background-color css
<style>
a { background-color: #FBBA01; }
a { background-color: rgb(251,186,1); }
div.DivClassName
{
background-color: #FBBA01;
}
.BgClassName
{
background-color: #FBBA01;
}
</style>
border-color css
<style>
span { border-color: #FBBA01; }
span { border-color: rgb(251,186,1); }
td.TdClassName
{
border-color: #FBBA01;
}
.TagClassName
{
border-color: #FBBA01;
}
</style>