Shades of Yellow #FBF90B
Tints of Yellow #FBF90B
RGB
CMYK
RGB Variations
Color information
#FBF90B (or 0xFBF90B) is known color: Yellow. HEX triplet: FB, F9 and 0B. RGB value is (251,249,11). Sum of RGB (Red+Green+Blue) = 251+249+11=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 249 (97.66% from 255 or 48.73% from 511); Blue value is 11 (4.69% from 255 or 2.15% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF90B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF90B is #0406F4. Grayscale: #DFDFDF. Windows color (decimal): -263925 or 784891. OLE color: 784891.
HSL color Cylindrical-coordinate representation of color #FBF90B: hue angle of 59.5º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FBF90B is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 249 | 11 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.02 |
| HSL | 59.5º | 0.97% | 0.51% | - |
| HSV(B) | 59.5º | 0.96% | 0.98% | - |
| XYZ | 73.72 | 88.28 | 13.47 | - |
| YUV | 222.47 | 8.66 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 249 | 11 | 0 | 0.01 | 0.96 | 0.02 | 59.5 | 0.97 | 0.51 |
| Hex | FB | F9 | B | 0 | 1 | 60 | 2 | 3C | 61 | 33 |
| Octal | 373 | 371 | 13 | 0 | 1 | 140 | 2 | 74 | 141 | 63 |
| Binary | 11111011 | 11111001 | 1011 | 0 | 1 | 1100000 | 10 | 111100 | 1100001 | 110011 |
Color Harmonies of #FBF90B
Complementary color
Monochromatic Colors of #FBF90B
Black with #FBF90B
Text Example
Text Example
White with #FBF90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF90B; }
p { color: rgb(251,249,11); }
H1.HeaderClassName
{
color: #FBF90B;
}
.AnyTagClassName
{
color: #FBF90B;
}
</style>
background-color css
<style>
a { background-color: #FBF90B; }
a { background-color: rgb(251,249,11); }
div.DivClassName
{
background-color: #FBF90B;
}
.BgClassName
{
background-color: #FBF90B;
}
</style>
border-color css
<style>
span { border-color: #FBF90B; }
span { border-color: rgb(251,249,11); }
td.TdClassName
{
border-color: #FBF90B;
}
.TagClassName
{
border-color: #FBF90B;
}
</style>