Shades of Yellow #FBFC00
Tints of Yellow #FBFC00
RGB
CMYK
RGB Variations
Color information
#FBFC00 (or 0xFBFC00) is known color: Yellow. HEX triplet: FB, FC and 00. RGB value is (251,252,0). Sum of RGB (Red+Green+Blue) = 251+252+0=503 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.90% from 503); Green value is 252 (98.83% from 255 or 50.10% from 503); Blue value is 0 (0.39% from 255 or 0% from 503); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFC00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBFC00 is #0403FF. Grayscale: #DFDFDF. Windows color (decimal): -263168 or 64763. OLE color: 64763.
HSL color Cylindrical-coordinate representation of color #FBFC00: hue angle of 60.24º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FBFC00 is Cyan = 0.00, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 252 | 0 | - |
| CMYK | 0.00 | 0 | 1 | 0.01 |
| HSL | 60.24º | 1% | 0.49% | - |
| HSV(B) | 60.24º | 1% | 0.99% | - |
| XYZ | 74.59 | 90.13 | 13.47 | - |
| YUV | 222.97 | 2.17 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 252 | 0 | 0.00 | 0 | 1 | 0.01 | 60.24 | 1 | 0.49 |
| Hex | FB | FC | 0 | 0 | 0 | 64 | 1 | 3C | 64 | 31 |
| Octal | 373 | 374 | 0 | 0 | 0 | 144 | 1 | 74 | 144 | 61 |
| Binary | 11111011 | 11111100 | 0 | 0 | 0 | 1100100 | 1 | 111100 | 1100100 | 110001 |
Color Harmonies of #FBFC00
Complementary color
Monochromatic Colors of #FBFC00
Black with #FBFC00
Text Example
Text Example
White with #FBFC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFC00; }
p { color: rgb(251,252,0); }
H1.HeaderClassName
{
color: #FBFC00;
}
.AnyTagClassName
{
color: #FBFC00;
}
</style>
background-color css
<style>
a { background-color: #FBFC00; }
a { background-color: rgb(251,252,0); }
div.DivClassName
{
background-color: #FBFC00;
}
.BgClassName
{
background-color: #FBFC00;
}
</style>
border-color css
<style>
span { border-color: #FBFC00; }
span { border-color: rgb(251,252,0); }
td.TdClassName
{
border-color: #FBFC00;
}
.TagClassName
{
border-color: #FBFC00;
}
</style>