Shades of Yellow #FBFE10
Tints of Yellow #FBFE10
RGB
CMYK
RGB Variations
Color information
#FBFE10 (or 0xFBFE10) is known color: Yellow. HEX triplet: FB, FE and 10. RGB value is (251,254,16). Sum of RGB (Red+Green+Blue) = 251+254+16=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 16 (6.64% from 255 or 3.07% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFE10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBFE10 is #0401EF. Grayscale: #E2E2E2. Windows color (decimal): -262640 or 1113851. OLE color: 1113851.
HSL color Cylindrical-coordinate representation of color #FBFE10: hue angle of 60.76º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FBFE10 is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 254 | 16 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.00 |
| HSL | 60.76º | 0.99% | 0.53% | - |
| HSV(B) | 60.76º | 0.94% | 1% | - |
| XYZ | 75.32 | 91.43 | 14.17 | - |
| YUV | 225.97 | 9.51 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 254 | 16 | 0.01 | 0 | 0.94 | 0.00 | 60.76 | 0.99 | 0.53 |
| Hex | FB | FE | 10 | 1 | 0 | 5E | 0 | 3D | 63 | 35 |
| Octal | 373 | 376 | 20 | 1 | 0 | 136 | 0 | 75 | 143 | 65 |
| Binary | 11111011 | 11111110 | 10000 | 1 | 0 | 1011110 | 0 | 111101 | 1100011 | 110101 |
Color Harmonies of #FBFE10
Complementary color
Monochromatic Colors of #FBFE10
Black with #FBFE10
Text Example
Text Example
White with #FBFE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFE10; }
p { color: rgb(251,254,16); }
H1.HeaderClassName
{
color: #FBFE10;
}
.AnyTagClassName
{
color: #FBFE10;
}
</style>
background-color css
<style>
a { background-color: #FBFE10; }
a { background-color: rgb(251,254,16); }
div.DivClassName
{
background-color: #FBFE10;
}
.BgClassName
{
background-color: #FBFE10;
}
</style>
border-color css
<style>
span { border-color: #FBFE10; }
span { border-color: rgb(251,254,16); }
td.TdClassName
{
border-color: #FBFE10;
}
.TagClassName
{
border-color: #FBFE10;
}
</style>