Shades of Yellow #FBFF06
Tints of Yellow #FBFF06
RGB
CMYK
RGB Variations
Color information
#FBFF06 (or 0xFBFF06) is known color: Yellow. HEX triplet: FB, FF and 06. RGB value is (251,255,6). Sum of RGB (Red+Green+Blue) = 251+255+6=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 6 (2.73% from 255 or 1.17% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFF06 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBFF06 is #0400F9. Grayscale: #E2E2E2. Windows color (decimal): -262394 or 458747. OLE color: 458747.
HSL color Cylindrical-coordinate representation of color #FBFF06: hue angle of 60.96º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FBFF06 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 255 | 6 | - |
| CMYK | 0.02 | 0 | 0.98 | 0 |
| HSL | 60.96º | 1% | 0.51% | - |
| HSV(B) | 60.96º | 0.98% | 1% | - |
| XYZ | 75.58 | 92.04 | 13.95 | - |
| YUV | 225.42 | 4.17 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 255 | 6 | 0.02 | 0 | 0.98 | 0 | 60.96 | 1 | 0.51 |
| Hex | FB | FF | 6 | 2 | 0 | 62 | 0 | 3D | 64 | 33 |
| Octal | 373 | 377 | 6 | 2 | 0 | 142 | 0 | 75 | 144 | 63 |
| Binary | 11111011 | 11111111 | 110 | 10 | 0 | 1100010 | 0 | 111101 | 1100100 | 110011 |
Color Harmonies of #FBFF06
Complementary color
Monochromatic Colors of #FBFF06
Black with #FBFF06
Text Example
Text Example
White with #FBFF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFF06; }
p { color: rgb(251,255,6); }
H1.HeaderClassName
{
color: #FBFF06;
}
.AnyTagClassName
{
color: #FBFF06;
}
</style>
background-color css
<style>
a { background-color: #FBFF06; }
a { background-color: rgb(251,255,6); }
div.DivClassName
{
background-color: #FBFF06;
}
.BgClassName
{
background-color: #FBFF06;
}
</style>
border-color css
<style>
span { border-color: #FBFF06; }
span { border-color: rgb(251,255,6); }
td.TdClassName
{
border-color: #FBFF06;
}
.TagClassName
{
border-color: #FBFF06;
}
</style>