Shades of Yellow #FBF900
Tints of Yellow #FBF900
RGB
CMYK
RGB Variations
Color information
#FBF900 (or 0xFBF900) is known color: Yellow. HEX triplet: FB, F9 and 00. RGB value is (251,249,0). Sum of RGB (Red+Green+Blue) = 251+249+0=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 249 (97.66% from 255 or 49.8% from 500); Blue value is 0 (0.39% from 255 or 0% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF900 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF900 is #0406FF. Grayscale: #DEDEDE. Windows color (decimal): -263936 or 63995. OLE color: 63995.
HSL color Cylindrical-coordinate representation of color #FBF900: hue angle of 59.52º 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 #FBF900 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 249 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.02 |
| HSL | 59.52º | 1% | 0.49% | - |
| HSV(B) | 59.52º | 1% | 0.98% | - |
| XYZ | 73.66 | 88.26 | 13.15 | - |
| YUV | 221.21 | 3.16 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 249 | 0 | 0 | 0.01 | 1 | 0.02 | 59.52 | 1 | 0.49 |
| Hex | FB | F9 | 0 | 0 | 1 | 64 | 2 | 3C | 64 | 31 |
| Octal | 373 | 371 | 0 | 0 | 1 | 144 | 2 | 74 | 144 | 61 |
| Binary | 11111011 | 11111001 | 0 | 0 | 1 | 1100100 | 10 | 111100 | 1100100 | 110001 |
Color Harmonies of #FBF900
Complementary color
Monochromatic Colors of #FBF900
Black with #FBF900
Text Example
Text Example
White with #FBF900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF900; }
p { color: rgb(251,249,0); }
H1.HeaderClassName
{
color: #FBF900;
}
.AnyTagClassName
{
color: #FBF900;
}
</style>
background-color css
<style>
a { background-color: #FBF900; }
a { background-color: rgb(251,249,0); }
div.DivClassName
{
background-color: #FBF900;
}
.BgClassName
{
background-color: #FBF900;
}
</style>
border-color css
<style>
span { border-color: #FBF900; }
span { border-color: rgb(251,249,0); }
td.TdClassName
{
border-color: #FBF900;
}
.TagClassName
{
border-color: #FBF900;
}
</style>