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