Shades of Golden Yellow #FBE705
Tints of Golden Yellow #FBE705
RGB
CMYK
RGB Variations
Color information
#FBE705 (or 0xFBE705) is known color: Golden Yellow. HEX triplet: FB, E7 and 05. RGB value is (251,231,5). Sum of RGB (Red+Green+Blue) = 251+231+5=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 231 (90.62% from 255 or 47.43% from 487); Blue value is 5 (2.34% from 255 or 1.03% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE705 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBE705 is #0418FA. Grayscale: #D4D4D4. Windows color (decimal): -268539 or 387067. OLE color: 387067.
HSL color Cylindrical-coordinate representation of color #FBE705: hue angle of 55.12º 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 #FBE705 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 231 | 5 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.02 |
| HSL | 55.12º | 0.97% | 0.5% | - |
| HSV(B) | 55.12º | 0.98% | 0.98% | - |
| XYZ | 68.39 | 77.67 | 11.53 | - |
| YUV | 211.22 | 11.63 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 231 | 5 | 0 | 0.08 | 0.98 | 0.02 | 55.12 | 0.97 | 0.5 |
| Hex | FB | E7 | 5 | 0 | 8 | 62 | 2 | 37 | 61 | 32 |
| Octal | 373 | 347 | 5 | 0 | 10 | 142 | 2 | 67 | 141 | 62 |
| Binary | 11111011 | 11100111 | 101 | 0 | 1000 | 1100010 | 10 | 110111 | 1100001 | 110010 |
Color Harmonies of #FBE705
Complementary color
Monochromatic Colors of #FBE705
Black with #FBE705
Text Example
Text Example
White with #FBE705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE705; }
p { color: rgb(251,231,5); }
H1.HeaderClassName
{
color: #FBE705;
}
.AnyTagClassName
{
color: #FBE705;
}
</style>
background-color css
<style>
a { background-color: #FBE705; }
a { background-color: rgb(251,231,5); }
div.DivClassName
{
background-color: #FBE705;
}
.BgClassName
{
background-color: #FBE705;
}
</style>
border-color css
<style>
span { border-color: #FBE705; }
span { border-color: rgb(251,231,5); }
td.TdClassName
{
border-color: #FBE705;
}
.TagClassName
{
border-color: #FBE705;
}
</style>