Shades of Golden Yellow #FBE500
Tints of Golden Yellow #FBE500
RGB
CMYK
RGB Variations
Color information
#FBE500 (or 0xFBE500) is known color: Golden Yellow. HEX triplet: FB, E5 and 00. RGB value is (251,229,0). Sum of RGB (Red+Green+Blue) = 251+229+0=480 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.29% from 480); Green value is 229 (89.84% from 255 or 47.71% from 480); Blue value is 0 (0.39% from 255 or 0% from 480); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBE500 is #041AFF. Grayscale: #D2D2D2. Windows color (decimal): -269056 or 58875. OLE color: 58875.
HSL color Cylindrical-coordinate representation of color #FBE500: hue angle of 54.74º 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 #FBE500 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 229 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.02 |
| HSL | 54.74º | 1% | 0.49% | - |
| HSV(B) | 54.74º | 1% | 0.98% | - |
| XYZ | 67.8 | 76.55 | 11.2 | - |
| YUV | 209.47 | 9.79 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 229 | 0 | 0 | 0.09 | 1 | 0.02 | 54.74 | 1 | 0.49 |
| Hex | FB | E5 | 0 | 0 | 9 | 64 | 2 | 37 | 64 | 31 |
| Octal | 373 | 345 | 0 | 0 | 11 | 144 | 2 | 67 | 144 | 61 |
| Binary | 11111011 | 11100101 | 0 | 0 | 1001 | 1100100 | 10 | 110111 | 1100100 | 110001 |
Color Harmonies of #FBE500
Complementary color
Monochromatic Colors of #FBE500
Black with #FBE500
Text Example
Text Example
White with #FBE500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE500; }
p { color: rgb(251,229,0); }
H1.HeaderClassName
{
color: #FBE500;
}
.AnyTagClassName
{
color: #FBE500;
}
</style>
background-color css
<style>
a { background-color: #FBE500; }
a { background-color: rgb(251,229,0); }
div.DivClassName
{
background-color: #FBE500;
}
.BgClassName
{
background-color: #FBE500;
}
</style>
border-color css
<style>
span { border-color: #FBE500; }
span { border-color: rgb(251,229,0); }
td.TdClassName
{
border-color: #FBE500;
}
.TagClassName
{
border-color: #FBE500;
}
</style>