Shades of Golden Yellow #FBE505
Tints of Golden Yellow #FBE505
RGB
CMYK
RGB Variations
Color information
#FBE505 (or 0xFBE505) is known color: Golden Yellow. HEX triplet: FB, E5 and 05. RGB value is (251,229,5). Sum of RGB (Red+Green+Blue) = 251+229+5=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 5 (2.34% from 255 or 1.03% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE505 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBE505 is #041AFA. Grayscale: #D2D2D2. Windows color (decimal): -269051 or 386555. OLE color: 386555.
HSL color Cylindrical-coordinate representation of color #FBE505: hue angle of 54.63º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FBE505 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 229 | 5 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.02 |
| HSL | 54.63º | 0.97% | 0.5% | - |
| HSV(B) | 54.63º | 0.98% | 0.98% | - |
| XYZ | 67.83 | 76.56 | 11.35 | - |
| YUV | 210.04 | 12.29 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 229 | 5 | 0 | 0.09 | 0.98 | 0.02 | 54.63 | 0.97 | 0.5 |
| Hex | FB | E5 | 5 | 0 | 9 | 62 | 2 | 37 | 61 | 32 |
| Octal | 373 | 345 | 5 | 0 | 11 | 142 | 2 | 67 | 141 | 62 |
| Binary | 11111011 | 11100101 | 101 | 0 | 1001 | 1100010 | 10 | 110111 | 1100001 | 110010 |
Color Harmonies of #FBE505
Complementary color
Monochromatic Colors of #FBE505
Black with #FBE505
Text Example
Text Example
White with #FBE505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE505; }
p { color: rgb(251,229,5); }
H1.HeaderClassName
{
color: #FBE505;
}
.AnyTagClassName
{
color: #FBE505;
}
</style>
background-color css
<style>
a { background-color: #FBE505; }
a { background-color: rgb(251,229,5); }
div.DivClassName
{
background-color: #FBE505;
}
.BgClassName
{
background-color: #FBE505;
}
</style>
border-color css
<style>
span { border-color: #FBE505; }
span { border-color: rgb(251,229,5); }
td.TdClassName
{
border-color: #FBE505;
}
.TagClassName
{
border-color: #FBE505;
}
</style>