Shades of Golden Yellow #FBE300
Tints of Golden Yellow #FBE300
RGB
CMYK
RGB Variations
Color information
#FBE300 (or 0xFBE300) is known color: Golden Yellow. HEX triplet: FB, E3 and 00. RGB value is (251,227,0). Sum of RGB (Red+Green+Blue) = 251+227+0=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 227 (89.06% from 255 or 47.49% from 478); Blue value is 0 (0.39% from 255 or 0% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBE300 is #041CFF. Grayscale: #D1D1D1. Windows color (decimal): -269568 or 58363. OLE color: 58363.
HSL color Cylindrical-coordinate representation of color #FBE300: hue angle of 54.26º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FBE300 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 227 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.02 |
| HSL | 54.26º | 1% | 0.49% | - |
| HSV(B) | 54.26º | 1% | 0.98% | - |
| XYZ | 67.25 | 75.45 | 11.02 | - |
| YUV | 208.3 | 10.45 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 227 | 0 | 0 | 0.10 | 1 | 0.02 | 54.26 | 1 | 0.49 |
| Hex | FB | E3 | 0 | 0 | A | 64 | 2 | 36 | 64 | 31 |
| Octal | 373 | 343 | 0 | 0 | 12 | 144 | 2 | 66 | 144 | 61 |
| Binary | 11111011 | 11100011 | 0 | 0 | 1010 | 1100100 | 10 | 110110 | 1100100 | 110001 |
Color Harmonies of #FBE300
Complementary color
Monochromatic Colors of #FBE300
Black with #FBE300
Text Example
Text Example
White with #FBE300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE300; }
p { color: rgb(251,227,0); }
H1.HeaderClassName
{
color: #FBE300;
}
.AnyTagClassName
{
color: #FBE300;
}
</style>
background-color css
<style>
a { background-color: #FBE300; }
a { background-color: rgb(251,227,0); }
div.DivClassName
{
background-color: #FBE300;
}
.BgClassName
{
background-color: #FBE300;
}
</style>
border-color css
<style>
span { border-color: #FBE300; }
span { border-color: rgb(251,227,0); }
td.TdClassName
{
border-color: #FBE300;
}
.TagClassName
{
border-color: #FBE300;
}
</style>