Shades of Golden Yellow #FBE002
Tints of Golden Yellow #FBE002
RGB
CMYK
RGB Variations
Color information
#FBE002 (or 0xFBE002) is known color: Golden Yellow. HEX triplet: FB, E0 and 02. RGB value is (251,224,2). Sum of RGB (Red+Green+Blue) = 251+224+2=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 2 (1.17% from 255 or 0.42% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE002 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBE002 is #041FFD. Grayscale: #CFCFCF. Windows color (decimal): -270334 or 188667. OLE color: 188667.
HSL color Cylindrical-coordinate representation of color #FBE002: hue angle of 53.49º 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 #FBE002 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 224 | 2 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.02 |
| HSL | 53.49º | 0.98% | 0.5% | - |
| HSV(B) | 53.49º | 0.99% | 0.98% | - |
| XYZ | 66.45 | 73.82 | 10.8 | - |
| YUV | 206.77 | 12.45 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 224 | 2 | 0 | 0.11 | 0.99 | 0.02 | 53.49 | 0.98 | 0.5 |
| Hex | FB | E0 | 2 | 0 | B | 63 | 2 | 35 | 62 | 32 |
| Octal | 373 | 340 | 2 | 0 | 13 | 143 | 2 | 65 | 142 | 62 |
| Binary | 11111011 | 11100000 | 10 | 0 | 1011 | 1100011 | 10 | 110101 | 1100010 | 110010 |
Color Harmonies of #FBE002
Complementary color
Monochromatic Colors of #FBE002
Black with #FBE002
Text Example
Text Example
White with #FBE002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE002; }
p { color: rgb(251,224,2); }
H1.HeaderClassName
{
color: #FBE002;
}
.AnyTagClassName
{
color: #FBE002;
}
</style>
background-color css
<style>
a { background-color: #FBE002; }
a { background-color: rgb(251,224,2); }
div.DivClassName
{
background-color: #FBE002;
}
.BgClassName
{
background-color: #FBE002;
}
</style>
border-color css
<style>
span { border-color: #FBE002; }
span { border-color: rgb(251,224,2); }
td.TdClassName
{
border-color: #FBE002;
}
.TagClassName
{
border-color: #FBE002;
}
</style>