Shades of Golden Yellow #FBE103
Tints of Golden Yellow #FBE103
RGB
CMYK
RGB Variations
Color information
#FBE103 (or 0xFBE103) is known color: Golden Yellow. HEX triplet: FB, E1 and 03. RGB value is (251,225,3). Sum of RGB (Red+Green+Blue) = 251+225+3=479 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.40% from 479); Green value is 225 (88.28% from 255 or 46.97% from 479); Blue value is 3 (1.56% from 255 or 0.63% from 479); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE103 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBE103 is #041EFC. Grayscale: #D0D0D0. Windows color (decimal): -270077 or 254459. OLE color: 254459.
HSL color Cylindrical-coordinate representation of color #FBE103: hue angle of 53.71º 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 #FBE103 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 225 | 3 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.02 |
| HSL | 53.71º | 0.98% | 0.5% | - |
| HSV(B) | 53.71º | 0.99% | 0.98% | - |
| XYZ | 66.73 | 74.37 | 10.92 | - |
| YUV | 207.47 | 12.61 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 225 | 3 | 0 | 0.10 | 0.99 | 0.02 | 53.71 | 0.98 | 0.5 |
| Hex | FB | E1 | 3 | 0 | A | 63 | 2 | 36 | 62 | 32 |
| Octal | 373 | 341 | 3 | 0 | 12 | 143 | 2 | 66 | 142 | 62 |
| Binary | 11111011 | 11100001 | 11 | 0 | 1010 | 1100011 | 10 | 110110 | 1100010 | 110010 |
Color Harmonies of #FBE103
Complementary color
Monochromatic Colors of #FBE103
Black with #FBE103
Text Example
Text Example
White with #FBE103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE103; }
p { color: rgb(251,225,3); }
H1.HeaderClassName
{
color: #FBE103;
}
.AnyTagClassName
{
color: #FBE103;
}
</style>
background-color css
<style>
a { background-color: #FBE103; }
a { background-color: rgb(251,225,3); }
div.DivClassName
{
background-color: #FBE103;
}
.BgClassName
{
background-color: #FBE103;
}
</style>
border-color css
<style>
span { border-color: #FBE103; }
span { border-color: rgb(251,225,3); }
td.TdClassName
{
border-color: #FBE103;
}
.TagClassName
{
border-color: #FBE103;
}
</style>