Shades of Moon Yellow #FBC122
Tints of Moon Yellow #FBC122
RGB
CMYK
RGB Variations
Color information
#FBC122 (or 0xFBC122) is known color: Moon Yellow. HEX triplet: FB, C1 and 22. RGB value is (251,193,34). Sum of RGB (Red+Green+Blue) = 251+193+34=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 34 (13.67% from 255 or 7.11% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC122 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC122 is #043EDD. Grayscale: #C0C0C0. Windows color (decimal): -278238 or 2277883. OLE color: 2277883.
HSL color Cylindrical-coordinate representation of color #FBC122: hue angle of 43.96º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FBC122 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 34 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.02 |
| HSL | 43.96º | 0.96% | 0.56% | - |
| HSV(B) | 43.96º | 0.86% | 0.98% | - |
| XYZ | 59.14 | 58.76 | 9.74 | - |
| YUV | 192.22 | 38.72 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 34 | 0 | 0.23 | 0.86 | 0.02 | 43.96 | 0.96 | 0.56 |
| Hex | FB | C1 | 22 | 0 | 17 | 56 | 2 | 2C | 60 | 38 |
| Octal | 373 | 301 | 42 | 0 | 27 | 126 | 2 | 54 | 140 | 70 |
| Binary | 11111011 | 11000001 | 100010 | 0 | 10111 | 1010110 | 10 | 101100 | 1100000 | 111000 |
Color Harmonies of #FBC122
Complementary color
Monochromatic Colors of #FBC122
Black with #FBC122
Text Example
Text Example
White with #FBC122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC122; }
p { color: rgb(251,193,34); }
H1.HeaderClassName
{
color: #FBC122;
}
.AnyTagClassName
{
color: #FBC122;
}
</style>
background-color css
<style>
a { background-color: #FBC122; }
a { background-color: rgb(251,193,34); }
div.DivClassName
{
background-color: #FBC122;
}
.BgClassName
{
background-color: #FBC122;
}
</style>
border-color css
<style>
span { border-color: #FBC122; }
span { border-color: rgb(251,193,34); }
td.TdClassName
{
border-color: #FBC122;
}
.TagClassName
{
border-color: #FBC122;
}
</style>