Shades of Yellow #FBF80E
Tints of Yellow #FBF80E
RGB
CMYK
RGB Variations
Color information
#FBF80E (or 0xFBF80E) is known color: Yellow. HEX triplet: FB, F8 and 0E. RGB value is (251,248,14). Sum of RGB (Red+Green+Blue) = 251+248+14=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 248 (97.27% from 255 or 48.34% from 513); Blue value is 14 (5.86% from 255 or 2.73% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF80E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBF80E is #0407F1. Grayscale: #DFDFDF. Windows color (decimal): -264178 or 981243. OLE color: 981243.
HSL color Cylindrical-coordinate representation of color #FBF80E: hue angle of 59.24º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FBF80E is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 248 | 14 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.02 |
| HSL | 59.24º | 0.97% | 0.52% | - |
| HSV(B) | 59.24º | 0.94% | 0.98% | - |
| XYZ | 73.43 | 87.68 | 13.47 | - |
| YUV | 222.22 | 10.49 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 248 | 14 | 0 | 0.01 | 0.94 | 0.02 | 59.24 | 0.97 | 0.52 |
| Hex | FB | F8 | E | 0 | 1 | 5E | 2 | 3B | 61 | 34 |
| Octal | 373 | 370 | 16 | 0 | 1 | 136 | 2 | 73 | 141 | 64 |
| Binary | 11111011 | 11111000 | 1110 | 0 | 1 | 1011110 | 10 | 111011 | 1100001 | 110100 |
Color Harmonies of #FBF80E
Complementary color
Monochromatic Colors of #FBF80E
Black with #FBF80E
Text Example
Text Example
White with #FBF80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF80E; }
p { color: rgb(251,248,14); }
H1.HeaderClassName
{
color: #FBF80E;
}
.AnyTagClassName
{
color: #FBF80E;
}
</style>
background-color css
<style>
a { background-color: #FBF80E; }
a { background-color: rgb(251,248,14); }
div.DivClassName
{
background-color: #FBF80E;
}
.BgClassName
{
background-color: #FBF80E;
}
</style>
border-color css
<style>
span { border-color: #FBF80E; }
span { border-color: rgb(251,248,14); }
td.TdClassName
{
border-color: #FBF80E;
}
.TagClassName
{
border-color: #FBF80E;
}
</style>