Shades of Golden Yellow #FBE501
Tints of Golden Yellow #FBE501
RGB
CMYK
RGB Variations
Color information
#FBE501 (or 0xFBE501) is known color: Golden Yellow. HEX triplet: FB, E5 and 01. RGB value is (251,229,1). Sum of RGB (Red+Green+Blue) = 251+229+1=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 229 (89.84% from 255 or 47.61% from 481); Blue value is 1 (0.78% from 255 or 0.21% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBE501 is #041AFE. Grayscale: #D2D2D2. Windows color (decimal): -269055 or 124411. OLE color: 124411.
HSL color Cylindrical-coordinate representation of color #FBE501: hue angle of 54.72º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FBE501 is Cyan = 0, Magento = 0.09, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 229 | 1 | - |
| CMYK | 0 | 0.09 | 1.00 | 0.02 |
| HSL | 54.72º | 0.99% | 0.49% | - |
| HSV(B) | 54.72º | 1% | 0.98% | - |
| XYZ | 67.81 | 76.55 | 11.23 | - |
| YUV | 209.59 | 10.29 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 229 | 1 | 0 | 0.09 | 1.00 | 0.02 | 54.72 | 0.99 | 0.49 |
| Hex | FB | E5 | 1 | 0 | 9 | 64 | 2 | 37 | 63 | 31 |
| Octal | 373 | 345 | 1 | 0 | 11 | 144 | 2 | 67 | 143 | 61 |
| Binary | 11111011 | 11100101 | 1 | 0 | 1001 | 1100100 | 10 | 110111 | 1100011 | 110001 |
Color Harmonies of #FBE501
Complementary color
Monochromatic Colors of #FBE501
Black with #FBE501
Text Example
Text Example
White with #FBE501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE501; }
p { color: rgb(251,229,1); }
H1.HeaderClassName
{
color: #FBE501;
}
.AnyTagClassName
{
color: #FBE501;
}
</style>
background-color css
<style>
a { background-color: #FBE501; }
a { background-color: rgb(251,229,1); }
div.DivClassName
{
background-color: #FBE501;
}
.BgClassName
{
background-color: #FBE501;
}
</style>
border-color css
<style>
span { border-color: #FBE501; }
span { border-color: rgb(251,229,1); }
td.TdClassName
{
border-color: #FBE501;
}
.TagClassName
{
border-color: #FBE501;
}
</style>