Shades of Moon Yellow #FBC118
Tints of Moon Yellow #FBC118
RGB
CMYK
RGB Variations
Color information
#FBC118 (or 0xFBC118) is known color: Moon Yellow. HEX triplet: FB, C1 and 18. RGB value is (251,193,24). Sum of RGB (Red+Green+Blue) = 251+193+24=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 24 (9.77% from 255 or 5.13% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC118 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC118 is #043EE7. Grayscale: #BFBFBF. Windows color (decimal): -278248 or 1622523. OLE color: 1622523.
HSL color Cylindrical-coordinate representation of color #FBC118: hue angle of 44.67º 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 #FBC118 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 24 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.02 |
| HSL | 44.67º | 0.97% | 0.54% | - |
| HSV(B) | 44.67º | 0.9% | 0.98% | - |
| XYZ | 59.02 | 58.72 | 9.09 | - |
| YUV | 191.08 | 33.72 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 24 | 0 | 0.23 | 0.90 | 0.02 | 44.67 | 0.97 | 0.54 |
| Hex | FB | C1 | 18 | 0 | 17 | 5A | 2 | 2D | 61 | 36 |
| Octal | 373 | 301 | 30 | 0 | 27 | 132 | 2 | 55 | 141 | 66 |
| Binary | 11111011 | 11000001 | 11000 | 0 | 10111 | 1011010 | 10 | 101101 | 1100001 | 110110 |
Color Harmonies of #FBC118
Complementary color
Monochromatic Colors of #FBC118
Black with #FBC118
Text Example
Text Example
White with #FBC118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC118; }
p { color: rgb(251,193,24); }
H1.HeaderClassName
{
color: #FBC118;
}
.AnyTagClassName
{
color: #FBC118;
}
</style>
background-color css
<style>
a { background-color: #FBC118; }
a { background-color: rgb(251,193,24); }
div.DivClassName
{
background-color: #FBC118;
}
.BgClassName
{
background-color: #FBC118;
}
</style>
border-color css
<style>
span { border-color: #FBC118; }
span { border-color: rgb(251,193,24); }
td.TdClassName
{
border-color: #FBC118;
}
.TagClassName
{
border-color: #FBC118;
}
</style>