Shades of Moon Yellow #FBC517
Tints of Moon Yellow #FBC517
RGB
CMYK
RGB Variations
Color information
#FBC517 (or 0xFBC517) is known color: Moon Yellow. HEX triplet: FB, C5 and 17. RGB value is (251,197,23). Sum of RGB (Red+Green+Blue) = 251+197+23=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 23 (9.38% from 255 or 4.88% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC517 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC517 is #043AE8. Grayscale: #C2C2C2. Windows color (decimal): -277225 or 1558011. OLE color: 1558011.
HSL color Cylindrical-coordinate representation of color #FBC517: hue angle of 45.79º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FBC517 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 23 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.02 |
| HSL | 45.79º | 0.97% | 0.54% | - |
| HSV(B) | 45.79º | 0.91% | 0.98% | - |
| XYZ | 59.9 | 60.5 | 9.33 | - |
| YUV | 193.31 | 31.89 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 23 | 0 | 0.22 | 0.91 | 0.02 | 45.79 | 0.97 | 0.54 |
| Hex | FB | C5 | 17 | 0 | 16 | 5B | 2 | 2E | 61 | 36 |
| Octal | 373 | 305 | 27 | 0 | 26 | 133 | 2 | 56 | 141 | 66 |
| Binary | 11111011 | 11000101 | 10111 | 0 | 10110 | 1011011 | 10 | 101110 | 1100001 | 110110 |
Color Harmonies of #FBC517
Complementary color
Monochromatic Colors of #FBC517
Black with #FBC517
Text Example
Text Example
White with #FBC517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC517; }
p { color: rgb(251,197,23); }
H1.HeaderClassName
{
color: #FBC517;
}
.AnyTagClassName
{
color: #FBC517;
}
</style>
background-color css
<style>
a { background-color: #FBC517; }
a { background-color: rgb(251,197,23); }
div.DivClassName
{
background-color: #FBC517;
}
.BgClassName
{
background-color: #FBC517;
}
</style>
border-color css
<style>
span { border-color: #FBC517; }
span { border-color: rgb(251,197,23); }
td.TdClassName
{
border-color: #FBC517;
}
.TagClassName
{
border-color: #FBC517;
}
</style>