Shades of Yellow #FBF404
Tints of Yellow #FBF404
RGB
CMYK
RGB Variations
Color information
#FBF404 (or 0xFBF404) is known color: Yellow. HEX triplet: FB, F4 and 04. RGB value is (251,244,4). Sum of RGB (Red+Green+Blue) = 251+244+4=499 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.30% from 499); Green value is 244 (95.70% from 255 or 48.90% from 499); Blue value is 4 (1.95% from 255 or 0.80% from 499); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF404 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF404 is #040BFB. Grayscale: #DBDBDB. Windows color (decimal): -265212 or 324859. OLE color: 324859.
HSL color Cylindrical-coordinate representation of color #FBF404: hue angle of 58.3º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FBF404 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 244 | 4 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.02 |
| HSL | 58.3º | 0.97% | 0.5% | - |
| HSV(B) | 58.3º | 0.98% | 0.98% | - |
| XYZ | 72.16 | 85.22 | 12.76 | - |
| YUV | 218.73 | 6.82 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 244 | 4 | 0 | 0.03 | 0.98 | 0.02 | 58.3 | 0.97 | 0.5 |
| Hex | FB | F4 | 4 | 0 | 3 | 62 | 2 | 3A | 61 | 32 |
| Octal | 373 | 364 | 4 | 0 | 3 | 142 | 2 | 72 | 141 | 62 |
| Binary | 11111011 | 11110100 | 100 | 0 | 11 | 1100010 | 10 | 111010 | 1100001 | 110010 |
Color Harmonies of #FBF404
Complementary color
Monochromatic Colors of #FBF404
Black with #FBF404
Text Example
Text Example
White with #FBF404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF404; }
p { color: rgb(251,244,4); }
H1.HeaderClassName
{
color: #FBF404;
}
.AnyTagClassName
{
color: #FBF404;
}
</style>
background-color css
<style>
a { background-color: #FBF404; }
a { background-color: rgb(251,244,4); }
div.DivClassName
{
background-color: #FBF404;
}
.BgClassName
{
background-color: #FBF404;
}
</style>
border-color css
<style>
span { border-color: #FBF404; }
span { border-color: rgb(251,244,4); }
td.TdClassName
{
border-color: #FBF404;
}
.TagClassName
{
border-color: #FBF404;
}
</style>