Shades of Moon Yellow #FBC41E
Tints of Moon Yellow #FBC41E
RGB
CMYK
RGB Variations
Color information
#FBC41E (or 0xFBC41E) is known color: Moon Yellow. HEX triplet: FB, C4 and 1E. RGB value is (251,196,30). Sum of RGB (Red+Green+Blue) = 251+196+30=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 196 (76.95% from 255 or 41.09% from 477); Blue value is 30 (12.11% from 255 or 6.29% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC41E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC41E is #043BE1. Grayscale: #C2C2C2. Windows color (decimal): -277474 or 2016507. OLE color: 2016507.
HSL color Cylindrical-coordinate representation of color #FBC41E: hue angle of 45.07º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FBC41E is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 196 | 30 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.02 |
| HSL | 45.07º | 0.97% | 0.55% | - |
| HSV(B) | 45.07º | 0.88% | 0.98% | - |
| XYZ | 59.76 | 60.08 | 9.68 | - |
| YUV | 193.52 | 35.72 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 196 | 30 | 0 | 0.22 | 0.88 | 0.02 | 45.07 | 0.97 | 0.55 |
| Hex | FB | C4 | 1E | 0 | 16 | 58 | 2 | 2D | 61 | 37 |
| Octal | 373 | 304 | 36 | 0 | 26 | 130 | 2 | 55 | 141 | 67 |
| Binary | 11111011 | 11000100 | 11110 | 0 | 10110 | 1011000 | 10 | 101101 | 1100001 | 110111 |
Color Harmonies of #FBC41E
Complementary color
Monochromatic Colors of #FBC41E
Black with #FBC41E
Text Example
Text Example
White with #FBC41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC41E; }
p { color: rgb(251,196,30); }
H1.HeaderClassName
{
color: #FBC41E;
}
.AnyTagClassName
{
color: #FBC41E;
}
</style>
background-color css
<style>
a { background-color: #FBC41E; }
a { background-color: rgb(251,196,30); }
div.DivClassName
{
background-color: #FBC41E;
}
.BgClassName
{
background-color: #FBC41E;
}
</style>
border-color css
<style>
span { border-color: #FBC41E; }
span { border-color: rgb(251,196,30); }
td.TdClassName
{
border-color: #FBC41E;
}
.TagClassName
{
border-color: #FBC41E;
}
</style>