Shades of Golden Yellow #FBE902
Tints of Golden Yellow #FBE902
RGB
CMYK
RGB Variations
Color information
#FBE902 (or 0xFBE902) is known color: Golden Yellow. HEX triplet: FB, E9 and 02. RGB value is (251,233,2). Sum of RGB (Red+Green+Blue) = 251+233+2=486 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.65% from 486); Green value is 233 (91.41% from 255 or 47.94% from 486); Blue value is 2 (1.17% from 255 or 0.41% from 486); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE902 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBE902 is #0416FD. Grayscale: #D4D4D4. Windows color (decimal): -268030 or 190971. OLE color: 190971.
HSL color Cylindrical-coordinate representation of color #FBE902: hue angle of 55.66º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FBE902 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 233 | 2 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.02 |
| HSL | 55.66º | 0.98% | 0.5% | - |
| HSV(B) | 55.66º | 0.99% | 0.98% | - |
| XYZ | 68.93 | 78.79 | 11.63 | - |
| YUV | 212.05 | 9.46 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 233 | 2 | 0 | 0.07 | 0.99 | 0.02 | 55.66 | 0.98 | 0.5 |
| Hex | FB | E9 | 2 | 0 | 7 | 63 | 2 | 38 | 62 | 32 |
| Octal | 373 | 351 | 2 | 0 | 7 | 143 | 2 | 70 | 142 | 62 |
| Binary | 11111011 | 11101001 | 10 | 0 | 111 | 1100011 | 10 | 111000 | 1100010 | 110010 |
Color Harmonies of #FBE902
Complementary color
Monochromatic Colors of #FBE902
Black with #FBE902
Text Example
Text Example
White with #FBE902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE902; }
p { color: rgb(251,233,2); }
H1.HeaderClassName
{
color: #FBE902;
}
.AnyTagClassName
{
color: #FBE902;
}
</style>
background-color css
<style>
a { background-color: #FBE902; }
a { background-color: rgb(251,233,2); }
div.DivClassName
{
background-color: #FBE902;
}
.BgClassName
{
background-color: #FBE902;
}
</style>
border-color css
<style>
span { border-color: #FBE902; }
span { border-color: rgb(251,233,2); }
td.TdClassName
{
border-color: #FBE902;
}
.TagClassName
{
border-color: #FBE902;
}
</style>