Shades of Moon Yellow #FBC41A
Tints of Moon Yellow #FBC41A
RGB
CMYK
RGB Variations
Color information
#FBC41A (or 0xFBC41A) is known color: Moon Yellow. HEX triplet: FB, C4 and 1A. RGB value is (251,196,26). Sum of RGB (Red+Green+Blue) = 251+196+26=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 196 (76.95% from 255 or 41.44% from 473); Blue value is 26 (10.55% from 255 or 5.50% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC41A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC41A is #043BE5. Grayscale: #C1C1C1. Windows color (decimal): -277478 or 1754363. OLE color: 1754363.
HSL color Cylindrical-coordinate representation of color #FBC41A: hue angle of 45.33º 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 #FBC41A is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 196 | 26 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.02 |
| HSL | 45.33º | 0.97% | 0.54% | - |
| HSV(B) | 45.33º | 0.9% | 0.98% | - |
| XYZ | 59.71 | 60.06 | 9.42 | - |
| YUV | 193.07 | 33.72 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 196 | 26 | 0 | 0.22 | 0.90 | 0.02 | 45.33 | 0.97 | 0.54 |
| Hex | FB | C4 | 1A | 0 | 16 | 5A | 2 | 2D | 61 | 36 |
| Octal | 373 | 304 | 32 | 0 | 26 | 132 | 2 | 55 | 141 | 66 |
| Binary | 11111011 | 11000100 | 11010 | 0 | 10110 | 1011010 | 10 | 101101 | 1100001 | 110110 |
Color Harmonies of #FBC41A
Complementary color
Monochromatic Colors of #FBC41A
Black with #FBC41A
Text Example
Text Example
White with #FBC41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC41A; }
p { color: rgb(251,196,26); }
H1.HeaderClassName
{
color: #FBC41A;
}
.AnyTagClassName
{
color: #FBC41A;
}
</style>
background-color css
<style>
a { background-color: #FBC41A; }
a { background-color: rgb(251,196,26); }
div.DivClassName
{
background-color: #FBC41A;
}
.BgClassName
{
background-color: #FBC41A;
}
</style>
border-color css
<style>
span { border-color: #FBC41A; }
span { border-color: rgb(251,196,26); }
td.TdClassName
{
border-color: #FBC41A;
}
.TagClassName
{
border-color: #FBC41A;
}
</style>