Shades of Yellow #FBFF02
Tints of Yellow #FBFF02
RGB
CMYK
RGB Variations
Color information
#FBFF02 (or 0xFBFF02) is known color: Yellow. HEX triplet: FB, FF and 02. RGB value is (251,255,2). Sum of RGB (Red+Green+Blue) = 251+255+2=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 2 (1.17% from 255 or 0.39% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFF02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBFF02 is #0400FD. Grayscale: #E1E1E1. Windows color (decimal): -262398 or 196603. OLE color: 196603.
HSL color Cylindrical-coordinate representation of color #FBFF02: hue angle of 60.95º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FBFF02 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 255 | 2 | - |
| CMYK | 0.02 | 0 | 0.99 | 0 |
| HSL | 60.95º | 1% | 0.5% | - |
| HSV(B) | 60.95º | 0.99% | 1% | - |
| XYZ | 75.55 | 92.03 | 13.84 | - |
| YUV | 224.96 | 2.17 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 255 | 2 | 0.02 | 0 | 0.99 | 0 | 60.95 | 1 | 0.5 |
| Hex | FB | FF | 2 | 2 | 0 | 63 | 0 | 3D | 64 | 32 |
| Octal | 373 | 377 | 2 | 2 | 0 | 143 | 0 | 75 | 144 | 62 |
| Binary | 11111011 | 11111111 | 10 | 10 | 0 | 1100011 | 0 | 111101 | 1100100 | 110010 |
Color Harmonies of #FBFF02
Complementary color
Monochromatic Colors of #FBFF02
Black with #FBFF02
Text Example
Text Example
White with #FBFF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFF02; }
p { color: rgb(251,255,2); }
H1.HeaderClassName
{
color: #FBFF02;
}
.AnyTagClassName
{
color: #FBFF02;
}
</style>
background-color css
<style>
a { background-color: #FBFF02; }
a { background-color: rgb(251,255,2); }
div.DivClassName
{
background-color: #FBFF02;
}
.BgClassName
{
background-color: #FBFF02;
}
</style>
border-color css
<style>
span { border-color: #FBFF02; }
span { border-color: rgb(251,255,2); }
td.TdClassName
{
border-color: #FBFF02;
}
.TagClassName
{
border-color: #FBFF02;
}
</style>