Shades of Golden Yellow #FBE803
Tints of Golden Yellow #FBE803
RGB
CMYK
RGB Variations
Color information
#FBE803 (or 0xFBE803) is known color: Golden Yellow. HEX triplet: FB, E8 and 03. RGB value is (251,232,3). Sum of RGB (Red+Green+Blue) = 251+232+3=486 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.65% from 486); Green value is 232 (91.02% from 255 or 47.74% from 486); Blue value is 3 (1.56% from 255 or 0.62% from 486); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE803 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBE803 is #0417FC. Grayscale: #D4D4D4. Windows color (decimal): -268285 or 256251. OLE color: 256251.
HSL color Cylindrical-coordinate representation of color #FBE803: hue angle of 55.4º 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 #FBE803 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 232 | 3 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.02 |
| HSL | 55.4º | 0.98% | 0.5% | - |
| HSV(B) | 55.4º | 0.99% | 0.98% | - |
| XYZ | 68.66 | 78.23 | 11.57 | - |
| YUV | 211.58 | 10.29 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 232 | 3 | 0 | 0.08 | 0.99 | 0.02 | 55.4 | 0.98 | 0.5 |
| Hex | FB | E8 | 3 | 0 | 8 | 63 | 2 | 37 | 62 | 32 |
| Octal | 373 | 350 | 3 | 0 | 10 | 143 | 2 | 67 | 142 | 62 |
| Binary | 11111011 | 11101000 | 11 | 0 | 1000 | 1100011 | 10 | 110111 | 1100010 | 110010 |
Color Harmonies of #FBE803
Complementary color
Monochromatic Colors of #FBE803
Black with #FBE803
Text Example
Text Example
White with #FBE803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE803; }
p { color: rgb(251,232,3); }
H1.HeaderClassName
{
color: #FBE803;
}
.AnyTagClassName
{
color: #FBE803;
}
</style>
background-color css
<style>
a { background-color: #FBE803; }
a { background-color: rgb(251,232,3); }
div.DivClassName
{
background-color: #FBE803;
}
.BgClassName
{
background-color: #FBE803;
}
</style>
border-color css
<style>
span { border-color: #FBE803; }
span { border-color: rgb(251,232,3); }
td.TdClassName
{
border-color: #FBE803;
}
.TagClassName
{
border-color: #FBE803;
}
</style>