Shades of Yellow #FBFA00
Tints of Yellow #FBFA00
RGB
CMYK
RGB Variations
Color information
#FBFA00 (or 0xFBFA00) is known color: Yellow. HEX triplet: FB, FA and 00. RGB value is (251,250,0). Sum of RGB (Red+Green+Blue) = 251+250+0=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 0 (0.39% from 255 or 0% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFA00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBFA00 is #0405FF. Grayscale: #DEDEDE. Windows color (decimal): -263680 or 64251. OLE color: 64251.
HSL color Cylindrical-coordinate representation of color #FBFA00: hue angle of 59.76º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FBFA00 is Cyan = 0, Magento = 0.00, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 250 | 0 | - |
| CMYK | 0 | 0.00 | 1 | 0.02 |
| HSL | 59.76º | 1% | 0.49% | - |
| HSV(B) | 59.76º | 1% | 0.98% | - |
| XYZ | 73.97 | 88.88 | 13.26 | - |
| YUV | 221.8 | 2.83 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 250 | 0 | 0 | 0.00 | 1 | 0.02 | 59.76 | 1 | 0.49 |
| Hex | FB | FA | 0 | 0 | 0 | 64 | 2 | 3C | 64 | 31 |
| Octal | 373 | 372 | 0 | 0 | 0 | 144 | 2 | 74 | 144 | 61 |
| Binary | 11111011 | 11111010 | 0 | 0 | 0 | 1100100 | 10 | 111100 | 1100100 | 110001 |
Color Harmonies of #FBFA00
Complementary color
Monochromatic Colors of #FBFA00
Black with #FBFA00
Text Example
Text Example
White with #FBFA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFA00; }
p { color: rgb(251,250,0); }
H1.HeaderClassName
{
color: #FBFA00;
}
.AnyTagClassName
{
color: #FBFA00;
}
</style>
background-color css
<style>
a { background-color: #FBFA00; }
a { background-color: rgb(251,250,0); }
div.DivClassName
{
background-color: #FBFA00;
}
.BgClassName
{
background-color: #FBFA00;
}
</style>
border-color css
<style>
span { border-color: #FBFA00; }
span { border-color: rgb(251,250,0); }
td.TdClassName
{
border-color: #FBFA00;
}
.TagClassName
{
border-color: #FBFA00;
}
</style>