Shades of Golden Yellow #FBE900
Tints of Golden Yellow #FBE900
RGB
CMYK
RGB Variations
Color information
#FBE900 (or 0xFBE900) is known color: Golden Yellow. HEX triplet: FB, E9 and 00. RGB value is (251,233,0). Sum of RGB (Red+Green+Blue) = 251+233+0=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 233 (91.41% from 255 or 48.14% from 484); Blue value is 0 (0.39% from 255 or 0% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE900 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBE900 is #0416FF. Grayscale: #D4D4D4. Windows color (decimal): -268032 or 59899. OLE color: 59899.
HSL color Cylindrical-coordinate representation of color #FBE900: hue angle of 55.7º 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 #FBE900 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 233 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.02 |
| HSL | 55.7º | 1% | 0.49% | - |
| HSV(B) | 55.7º | 1% | 0.98% | - |
| XYZ | 68.92 | 78.79 | 11.57 | - |
| YUV | 211.82 | 8.46 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 233 | 0 | 0 | 0.07 | 1 | 0.02 | 55.7 | 1 | 0.49 |
| Hex | FB | E9 | 0 | 0 | 7 | 64 | 2 | 38 | 64 | 31 |
| Octal | 373 | 351 | 0 | 0 | 7 | 144 | 2 | 70 | 144 | 61 |
| Binary | 11111011 | 11101001 | 0 | 0 | 111 | 1100100 | 10 | 111000 | 1100100 | 110001 |
Color Harmonies of #FBE900
Complementary color
Monochromatic Colors of #FBE900
Black with #FBE900
Text Example
Text Example
White with #FBE900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE900; }
p { color: rgb(251,233,0); }
H1.HeaderClassName
{
color: #FBE900;
}
.AnyTagClassName
{
color: #FBE900;
}
</style>
background-color css
<style>
a { background-color: #FBE900; }
a { background-color: rgb(251,233,0); }
div.DivClassName
{
background-color: #FBE900;
}
.BgClassName
{
background-color: #FBE900;
}
</style>
border-color css
<style>
span { border-color: #FBE900; }
span { border-color: rgb(251,233,0); }
td.TdClassName
{
border-color: #FBE900;
}
.TagClassName
{
border-color: #FBE900;
}
</style>