Shades of Yellow #FBF100
Tints of Yellow #FBF100
RGB
CMYK
RGB Variations
Color information
#FBF100 (or 0xFBF100) is known color: Yellow. HEX triplet: FB, F1 and 00. RGB value is (251,241,0). Sum of RGB (Red+Green+Blue) = 251+241+0=492 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.02% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 0 (0.39% from 255 or 0% from 492); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF100 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF100 is #040EFF. Grayscale: #D9D9D9. Windows color (decimal): -265984 or 61947. OLE color: 61947.
HSL color Cylindrical-coordinate representation of color #FBF100: hue angle of 57.61º 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 #FBF100 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 241 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.02 |
| HSL | 57.61º | 1% | 0.49% | - |
| HSV(B) | 57.61º | 1% | 0.98% | - |
| XYZ | 71.24 | 83.42 | 12.35 | - |
| YUV | 216.52 | 5.81 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 241 | 0 | 0 | 0.04 | 1 | 0.02 | 57.61 | 1 | 0.49 |
| Hex | FB | F1 | 0 | 0 | 4 | 64 | 2 | 3A | 64 | 31 |
| Octal | 373 | 361 | 0 | 0 | 4 | 144 | 2 | 72 | 144 | 61 |
| Binary | 11111011 | 11110001 | 0 | 0 | 100 | 1100100 | 10 | 111010 | 1100100 | 110001 |
Color Harmonies of #FBF100
Complementary color
Monochromatic Colors of #FBF100
Black with #FBF100
Text Example
Text Example
White with #FBF100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF100; }
p { color: rgb(251,241,0); }
H1.HeaderClassName
{
color: #FBF100;
}
.AnyTagClassName
{
color: #FBF100;
}
</style>
background-color css
<style>
a { background-color: #FBF100; }
a { background-color: rgb(251,241,0); }
div.DivClassName
{
background-color: #FBF100;
}
.BgClassName
{
background-color: #FBF100;
}
</style>
border-color css
<style>
span { border-color: #FBF100; }
span { border-color: rgb(251,241,0); }
td.TdClassName
{
border-color: #FBF100;
}
.TagClassName
{
border-color: #FBF100;
}
</style>