Shades of Moon Yellow #FBC51A
Tints of Moon Yellow #FBC51A
RGB
CMYK
RGB Variations
Color information
#FBC51A (or 0xFBC51A) is known color: Moon Yellow. HEX triplet: FB, C5 and 1A. RGB value is (251,197,26). Sum of RGB (Red+Green+Blue) = 251+197+26=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 26 (10.55% from 255 or 5.49% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC51A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC51A is #043AE5. Grayscale: #C2C2C2. Windows color (decimal): -277222 or 1754619. OLE color: 1754619.
HSL color Cylindrical-coordinate representation of color #FBC51A: hue angle of 45.6º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FBC51A is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 26 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.02 |
| HSL | 45.6º | 0.97% | 0.54% | - |
| HSV(B) | 45.6º | 0.9% | 0.98% | - |
| XYZ | 59.94 | 60.52 | 9.5 | - |
| YUV | 193.65 | 33.39 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 26 | 0 | 0.22 | 0.90 | 0.02 | 45.6 | 0.97 | 0.54 |
| Hex | FB | C5 | 1A | 0 | 16 | 5A | 2 | 2E | 61 | 36 |
| Octal | 373 | 305 | 32 | 0 | 26 | 132 | 2 | 56 | 141 | 66 |
| Binary | 11111011 | 11000101 | 11010 | 0 | 10110 | 1011010 | 10 | 101110 | 1100001 | 110110 |
Color Harmonies of #FBC51A
Complementary color
Monochromatic Colors of #FBC51A
Black with #FBC51A
Text Example
Text Example
White with #FBC51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC51A; }
p { color: rgb(251,197,26); }
H1.HeaderClassName
{
color: #FBC51A;
}
.AnyTagClassName
{
color: #FBC51A;
}
</style>
background-color css
<style>
a { background-color: #FBC51A; }
a { background-color: rgb(251,197,26); }
div.DivClassName
{
background-color: #FBC51A;
}
.BgClassName
{
background-color: #FBC51A;
}
</style>
border-color css
<style>
span { border-color: #FBC51A; }
span { border-color: rgb(251,197,26); }
td.TdClassName
{
border-color: #FBC51A;
}
.TagClassName
{
border-color: #FBC51A;
}
</style>