Shades of Yellow #FBFE05
Tints of Yellow #FBFE05
RGB
CMYK
RGB Variations
Color information
#FBFE05 (or 0xFBFE05) is known color: Yellow. HEX triplet: FB, FE and 05. RGB value is (251,254,5). Sum of RGB (Red+Green+Blue) = 251+254+5=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 5 (2.34% from 255 or 0.98% from 510); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFE05 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBFE05 is #0401FA. Grayscale: #E1E1E1. Windows color (decimal): -262651 or 392955. OLE color: 392955.
HSL color Cylindrical-coordinate representation of color #FBFE05: hue angle of 60.72º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FBFE05 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 254 | 5 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.00 |
| HSL | 60.72º | 0.99% | 0.51% | - |
| HSV(B) | 60.72º | 0.98% | 1% | - |
| XYZ | 75.25 | 91.4 | 13.82 | - |
| YUV | 224.72 | 4.01 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 254 | 5 | 0.01 | 0 | 0.98 | 0.00 | 60.72 | 0.99 | 0.51 |
| Hex | FB | FE | 5 | 1 | 0 | 62 | 0 | 3D | 63 | 33 |
| Octal | 373 | 376 | 5 | 1 | 0 | 142 | 0 | 75 | 143 | 63 |
| Binary | 11111011 | 11111110 | 101 | 1 | 0 | 1100010 | 0 | 111101 | 1100011 | 110011 |
Color Harmonies of #FBFE05
Complementary color
Monochromatic Colors of #FBFE05
Black with #FBFE05
Text Example
Text Example
White with #FBFE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFE05; }
p { color: rgb(251,254,5); }
H1.HeaderClassName
{
color: #FBFE05;
}
.AnyTagClassName
{
color: #FBFE05;
}
</style>
background-color css
<style>
a { background-color: #FBFE05; }
a { background-color: rgb(251,254,5); }
div.DivClassName
{
background-color: #FBFE05;
}
.BgClassName
{
background-color: #FBFE05;
}
</style>
border-color css
<style>
span { border-color: #FBFE05; }
span { border-color: rgb(251,254,5); }
td.TdClassName
{
border-color: #FBFE05;
}
.TagClassName
{
border-color: #FBFE05;
}
</style>