Shades of Golden Yellow #FBE605
Tints of Golden Yellow #FBE605
RGB
CMYK
RGB Variations
Color information
#FBE605 (or 0xFBE605) is known color: Golden Yellow. HEX triplet: FB, E6 and 05. RGB value is (251,230,5). Sum of RGB (Red+Green+Blue) = 251+230+5=486 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.65% from 486); Green value is 230 (90.23% from 255 or 47.33% from 486); Blue value is 5 (2.34% from 255 or 1.03% from 486); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE605 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBE605 is #0419FA. Grayscale: #D3D3D3. Windows color (decimal): -268795 or 386811. OLE color: 386811.
HSL color Cylindrical-coordinate representation of color #FBE605: hue angle of 54.88º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FBE605 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 230 | 5 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.02 |
| HSL | 54.88º | 0.97% | 0.5% | - |
| HSV(B) | 54.88º | 0.98% | 0.98% | - |
| XYZ | 68.11 | 77.11 | 11.44 | - |
| YUV | 210.63 | 11.96 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 230 | 5 | 0 | 0.08 | 0.98 | 0.02 | 54.88 | 0.97 | 0.5 |
| Hex | FB | E6 | 5 | 0 | 8 | 62 | 2 | 37 | 61 | 32 |
| Octal | 373 | 346 | 5 | 0 | 10 | 142 | 2 | 67 | 141 | 62 |
| Binary | 11111011 | 11100110 | 101 | 0 | 1000 | 1100010 | 10 | 110111 | 1100001 | 110010 |
Color Harmonies of #FBE605
Complementary color
Monochromatic Colors of #FBE605
Black with #FBE605
Text Example
Text Example
White with #FBE605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE605; }
p { color: rgb(251,230,5); }
H1.HeaderClassName
{
color: #FBE605;
}
.AnyTagClassName
{
color: #FBE605;
}
</style>
background-color css
<style>
a { background-color: #FBE605; }
a { background-color: rgb(251,230,5); }
div.DivClassName
{
background-color: #FBE605;
}
.BgClassName
{
background-color: #FBE605;
}
</style>
border-color css
<style>
span { border-color: #FBE605; }
span { border-color: rgb(251,230,5); }
td.TdClassName
{
border-color: #FBE605;
}
.TagClassName
{
border-color: #FBE605;
}
</style>