Shades of Golden Yellow #FBE504
Tints of Golden Yellow #FBE504
RGB
CMYK
RGB Variations
Color information
#FBE504 (or 0xFBE504) is known color: Golden Yellow. HEX triplet: FB, E5 and 04. RGB value is (251,229,4). Sum of RGB (Red+Green+Blue) = 251+229+4=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 229 (89.84% from 255 or 47.31% from 484); Blue value is 4 (1.95% from 255 or 0.83% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE504 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBE504 is #041AFB. Grayscale: #D2D2D2. Windows color (decimal): -269052 or 321019. OLE color: 321019.
HSL color Cylindrical-coordinate representation of color #FBE504: hue angle of 54.66º 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 #FBE504 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 229 | 4 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.02 |
| HSL | 54.66º | 0.97% | 0.5% | - |
| HSV(B) | 54.66º | 0.98% | 0.98% | - |
| XYZ | 67.82 | 76.56 | 11.32 | - |
| YUV | 209.93 | 11.79 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 229 | 4 | 0 | 0.09 | 0.98 | 0.02 | 54.66 | 0.97 | 0.5 |
| Hex | FB | E5 | 4 | 0 | 9 | 62 | 2 | 37 | 61 | 32 |
| Octal | 373 | 345 | 4 | 0 | 11 | 142 | 2 | 67 | 141 | 62 |
| Binary | 11111011 | 11100101 | 100 | 0 | 1001 | 1100010 | 10 | 110111 | 1100001 | 110010 |
Color Harmonies of #FBE504
Complementary color
Monochromatic Colors of #FBE504
Black with #FBE504
Text Example
Text Example
White with #FBE504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE504; }
p { color: rgb(251,229,4); }
H1.HeaderClassName
{
color: #FBE504;
}
.AnyTagClassName
{
color: #FBE504;
}
</style>
background-color css
<style>
a { background-color: #FBE504; }
a { background-color: rgb(251,229,4); }
div.DivClassName
{
background-color: #FBE504;
}
.BgClassName
{
background-color: #FBE504;
}
</style>
border-color css
<style>
span { border-color: #FBE504; }
span { border-color: rgb(251,229,4); }
td.TdClassName
{
border-color: #FBE504;
}
.TagClassName
{
border-color: #FBE504;
}
</style>