Shades of Yellow #FBFF10
Tints of Yellow #FBFF10
RGB
CMYK
RGB Variations
Color information
#FBFF10 (or 0xFBFF10) is known color: Yellow. HEX triplet: FB, FF and 10. RGB value is (251,255,16). Sum of RGB (Red+Green+Blue) = 251+255+16=522 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.08% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 16 (6.64% from 255 or 3.07% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFF10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBFF10 is #0400EF. Grayscale: #E3E3E3. Windows color (decimal): -262384 or 1114107. OLE color: 1114107.
HSL color Cylindrical-coordinate representation of color #FBFF10: hue angle of 61º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FBFF10 is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 255 | 16 | - |
| CMYK | 0.02 | 0 | 0.94 | 0 |
| HSL | 61º | 1% | 0.53% | - |
| HSV(B) | 61º | 0.94% | 1% | - |
| XYZ | 75.64 | 92.07 | 14.27 | - |
| YUV | 226.56 | 9.17 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 255 | 16 | 0.02 | 0 | 0.94 | 0 | 61 | 1 | 0.53 |
| Hex | FB | FF | 10 | 2 | 0 | 5E | 0 | 3D | 64 | 35 |
| Octal | 373 | 377 | 20 | 2 | 0 | 136 | 0 | 75 | 144 | 65 |
| Binary | 11111011 | 11111111 | 10000 | 10 | 0 | 1011110 | 0 | 111101 | 1100100 | 110101 |
Color Harmonies of #FBFF10
Complementary color
Monochromatic Colors of #FBFF10
Black with #FBFF10
Text Example
Text Example
White with #FBFF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFF10; }
p { color: rgb(251,255,16); }
H1.HeaderClassName
{
color: #FBFF10;
}
.AnyTagClassName
{
color: #FBFF10;
}
</style>
background-color css
<style>
a { background-color: #FBFF10; }
a { background-color: rgb(251,255,16); }
div.DivClassName
{
background-color: #FBFF10;
}
.BgClassName
{
background-color: #FBFF10;
}
</style>
border-color css
<style>
span { border-color: #FBFF10; }
span { border-color: rgb(251,255,16); }
td.TdClassName
{
border-color: #FBFF10;
}
.TagClassName
{
border-color: #FBFF10;
}
</style>