Shades of Golden Yellow #FBE901
Tints of Golden Yellow #FBE901
RGB
CMYK
RGB Variations
Color information
#FBE901 (or 0xFBE901) is known color: Golden Yellow. HEX triplet: FB, E9 and 01. RGB value is (251,233,1). Sum of RGB (Red+Green+Blue) = 251+233+1=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 233 (91.41% from 255 or 48.04% from 485); Blue value is 1 (0.78% from 255 or 0.21% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE901 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBE901 is #0416FE. Grayscale: #D4D4D4. Windows color (decimal): -268031 or 125435. OLE color: 125435.
HSL color Cylindrical-coordinate representation of color #FBE901: hue angle of 55.68º 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 #FBE901 is Cyan = 0, Magento = 0.07, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 233 | 1 | - |
| CMYK | 0 | 0.07 | 1.00 | 0.02 |
| HSL | 55.68º | 0.99% | 0.49% | - |
| HSV(B) | 55.68º | 1% | 0.98% | - |
| XYZ | 68.93 | 78.79 | 11.6 | - |
| YUV | 211.93 | 8.96 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 233 | 1 | 0 | 0.07 | 1.00 | 0.02 | 55.68 | 0.99 | 0.49 |
| Hex | FB | E9 | 1 | 0 | 7 | 64 | 2 | 38 | 63 | 31 |
| Octal | 373 | 351 | 1 | 0 | 7 | 144 | 2 | 70 | 143 | 61 |
| Binary | 11111011 | 11101001 | 1 | 0 | 111 | 1100100 | 10 | 111000 | 1100011 | 110001 |
Color Harmonies of #FBE901
Complementary color
Monochromatic Colors of #FBE901
Black with #FBE901
Text Example
Text Example
White with #FBE901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE901; }
p { color: rgb(251,233,1); }
H1.HeaderClassName
{
color: #FBE901;
}
.AnyTagClassName
{
color: #FBE901;
}
</style>
background-color css
<style>
a { background-color: #FBE901; }
a { background-color: rgb(251,233,1); }
div.DivClassName
{
background-color: #FBE901;
}
.BgClassName
{
background-color: #FBE901;
}
</style>
border-color css
<style>
span { border-color: #FBE901; }
span { border-color: rgb(251,233,1); }
td.TdClassName
{
border-color: #FBE901;
}
.TagClassName
{
border-color: #FBE901;
}
</style>