Shades of Golden Yellow #FBE008
Tints of Golden Yellow #FBE008
RGB
CMYK
RGB Variations
Color information
#FBE008 (or 0xFBE008) is known color: Golden Yellow. HEX triplet: FB, E0 and 08. RGB value is (251,224,8). Sum of RGB (Red+Green+Blue) = 251+224+8=483 (63% of max value = 765). Red value is 251 (98.44% from 255 or 51.97% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 8 (3.52% from 255 or 1.66% from 483); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE008 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBE008 is #041FF7. Grayscale: #D0D0D0. Windows color (decimal): -270328 or 581883. OLE color: 581883.
HSL color Cylindrical-coordinate representation of color #FBE008: hue angle of 53.33º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FBE008 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 224 | 8 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.02 |
| HSL | 53.33º | 0.97% | 0.51% | - |
| HSV(B) | 53.33º | 0.97% | 0.98% | - |
| XYZ | 66.48 | 73.84 | 10.98 | - |
| YUV | 207.45 | 15.45 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 224 | 8 | 0 | 0.11 | 0.97 | 0.02 | 53.33 | 0.97 | 0.51 |
| Hex | FB | E0 | 8 | 0 | B | 61 | 2 | 35 | 61 | 33 |
| Octal | 373 | 340 | 10 | 0 | 13 | 141 | 2 | 65 | 141 | 63 |
| Binary | 11111011 | 11100000 | 1000 | 0 | 1011 | 1100001 | 10 | 110101 | 1100001 | 110011 |
Color Harmonies of #FBE008
Complementary color
Monochromatic Colors of #FBE008
Black with #FBE008
Text Example
Text Example
White with #FBE008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE008; }
p { color: rgb(251,224,8); }
H1.HeaderClassName
{
color: #FBE008;
}
.AnyTagClassName
{
color: #FBE008;
}
</style>
background-color css
<style>
a { background-color: #FBE008; }
a { background-color: rgb(251,224,8); }
div.DivClassName
{
background-color: #FBE008;
}
.BgClassName
{
background-color: #FBE008;
}
</style>
border-color css
<style>
span { border-color: #FBE008; }
span { border-color: rgb(251,224,8); }
td.TdClassName
{
border-color: #FBE008;
}
.TagClassName
{
border-color: #FBE008;
}
</style>