Shades of Moon Yellow #FBC021
Tints of Moon Yellow #FBC021
RGB
CMYK
RGB Variations
Color information
#FBC021 (or 0xFBC021) is known color: Moon Yellow. HEX triplet: FB, C0 and 21. RGB value is (251,192,33). Sum of RGB (Red+Green+Blue) = 251+192+33=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 33 (13.28% from 255 or 6.93% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC021 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC021 is #043FDE. Grayscale: #C0C0C0. Windows color (decimal): -278495 or 2212091. OLE color: 2212091.
HSL color Cylindrical-coordinate representation of color #FBC021: hue angle of 43.76º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FBC021 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 33 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.02 |
| HSL | 43.76º | 0.96% | 0.56% | - |
| HSV(B) | 43.76º | 0.87% | 0.98% | - |
| XYZ | 58.91 | 58.32 | 9.59 | - |
| YUV | 191.52 | 38.55 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 33 | 0 | 0.24 | 0.87 | 0.02 | 43.76 | 0.96 | 0.56 |
| Hex | FB | C0 | 21 | 0 | 18 | 57 | 2 | 2C | 60 | 38 |
| Octal | 373 | 300 | 41 | 0 | 30 | 127 | 2 | 54 | 140 | 70 |
| Binary | 11111011 | 11000000 | 100001 | 0 | 11000 | 1010111 | 10 | 101100 | 1100000 | 111000 |
Color Harmonies of #FBC021
Complementary color
Monochromatic Colors of #FBC021
Black with #FBC021
Text Example
Text Example
White with #FBC021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC021; }
p { color: rgb(251,192,33); }
H1.HeaderClassName
{
color: #FBC021;
}
.AnyTagClassName
{
color: #FBC021;
}
</style>
background-color css
<style>
a { background-color: #FBC021; }
a { background-color: rgb(251,192,33); }
div.DivClassName
{
background-color: #FBC021;
}
.BgClassName
{
background-color: #FBC021;
}
</style>
border-color css
<style>
span { border-color: #FBC021; }
span { border-color: rgb(251,192,33); }
td.TdClassName
{
border-color: #FBC021;
}
.TagClassName
{
border-color: #FBC021;
}
</style>