Shades of Yellow #FBFC04
Tints of Yellow #FBFC04
RGB
CMYK
RGB Variations
Color information
#FBFC04 (or 0xFBFC04) is known color: Yellow. HEX triplet: FB, FC and 04. RGB value is (251,252,4). Sum of RGB (Red+Green+Blue) = 251+252+4=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 4 (1.95% from 255 or 0.79% from 507); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFC04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBFC04 is #0403FB. Grayscale: #E0E0E0. Windows color (decimal): -263164 or 326907. OLE color: 326907.
HSL color Cylindrical-coordinate representation of color #FBFC04: hue angle of 60.24º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FBFC04 is Cyan = 0.00, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 252 | 4 | - |
| CMYK | 0.00 | 0 | 0.98 | 0.01 |
| HSL | 60.24º | 0.98% | 0.5% | - |
| HSV(B) | 60.24º | 0.98% | 0.99% | - |
| XYZ | 74.62 | 90.14 | 13.58 | - |
| YUV | 223.43 | 4.17 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 252 | 4 | 0.00 | 0 | 0.98 | 0.01 | 60.24 | 0.98 | 0.5 |
| Hex | FB | FC | 4 | 0 | 0 | 62 | 1 | 3C | 62 | 32 |
| Octal | 373 | 374 | 4 | 0 | 0 | 142 | 1 | 74 | 142 | 62 |
| Binary | 11111011 | 11111100 | 100 | 0 | 0 | 1100010 | 1 | 111100 | 1100010 | 110010 |
Color Harmonies of #FBFC04
Complementary color
Monochromatic Colors of #FBFC04
Black with #FBFC04
Text Example
Text Example
White with #FBFC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFC04; }
p { color: rgb(251,252,4); }
H1.HeaderClassName
{
color: #FBFC04;
}
.AnyTagClassName
{
color: #FBFC04;
}
</style>
background-color css
<style>
a { background-color: #FBFC04; }
a { background-color: rgb(251,252,4); }
div.DivClassName
{
background-color: #FBFC04;
}
.BgClassName
{
background-color: #FBFC04;
}
</style>
border-color css
<style>
span { border-color: #FBFC04; }
span { border-color: rgb(251,252,4); }
td.TdClassName
{
border-color: #FBFC04;
}
.TagClassName
{
border-color: #FBFC04;
}
</style>