Shades of Golden Yellow #FBE403
Tints of Golden Yellow #FBE403
RGB
CMYK
RGB Variations
Color information
#FBE403 (or 0xFBE403) is known color: Golden Yellow. HEX triplet: FB, E4 and 03. RGB value is (251,228,3). Sum of RGB (Red+Green+Blue) = 251+228+3=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 228 (89.45% from 255 or 47.30% from 482); Blue value is 3 (1.56% from 255 or 0.62% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE403 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBE403 is #041BFC. Grayscale: #D2D2D2. Windows color (decimal): -269309 or 255227. OLE color: 255227.
HSL color Cylindrical-coordinate representation of color #FBE403: hue angle of 54.44º 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 #FBE403 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 228 | 3 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.02 |
| HSL | 54.44º | 0.98% | 0.5% | - |
| HSV(B) | 54.44º | 0.99% | 0.98% | - |
| XYZ | 67.54 | 76 | 11.2 | - |
| YUV | 209.23 | 11.62 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 228 | 3 | 0 | 0.09 | 0.99 | 0.02 | 54.44 | 0.98 | 0.5 |
| Hex | FB | E4 | 3 | 0 | 9 | 63 | 2 | 36 | 62 | 32 |
| Octal | 373 | 344 | 3 | 0 | 11 | 143 | 2 | 66 | 142 | 62 |
| Binary | 11111011 | 11100100 | 11 | 0 | 1001 | 1100011 | 10 | 110110 | 1100010 | 110010 |
Color Harmonies of #FBE403
Complementary color
Monochromatic Colors of #FBE403
Black with #FBE403
Text Example
Text Example
White with #FBE403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE403; }
p { color: rgb(251,228,3); }
H1.HeaderClassName
{
color: #FBE403;
}
.AnyTagClassName
{
color: #FBE403;
}
</style>
background-color css
<style>
a { background-color: #FBE403; }
a { background-color: rgb(251,228,3); }
div.DivClassName
{
background-color: #FBE403;
}
.BgClassName
{
background-color: #FBE403;
}
</style>
border-color css
<style>
span { border-color: #FBE403; }
span { border-color: rgb(251,228,3); }
td.TdClassName
{
border-color: #FBE403;
}
.TagClassName
{
border-color: #FBE403;
}
</style>