Shades of Moon Yellow #FBC221
Tints of Moon Yellow #FBC221
RGB
CMYK
RGB Variations
Color information
#FBC221 (or 0xFBC221) is known color: Moon Yellow. HEX triplet: FB, C2 and 21. RGB value is (251,194,33). Sum of RGB (Red+Green+Blue) = 251+194+33=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 33 (13.28% from 255 or 6.90% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC221 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC221 is #043DDE. Grayscale: #C1C1C1. Windows color (decimal): -277983 or 2212603. OLE color: 2212603.
HSL color Cylindrical-coordinate representation of color #FBC221: hue angle of 44.31º 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 #FBC221 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 33 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.02 |
| HSL | 44.31º | 0.96% | 0.56% | - |
| HSV(B) | 44.31º | 0.87% | 0.98% | - |
| XYZ | 59.35 | 59.2 | 9.74 | - |
| YUV | 192.69 | 37.88 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 33 | 0 | 0.23 | 0.87 | 0.02 | 44.31 | 0.96 | 0.56 |
| Hex | FB | C2 | 21 | 0 | 17 | 57 | 2 | 2C | 60 | 38 |
| Octal | 373 | 302 | 41 | 0 | 27 | 127 | 2 | 54 | 140 | 70 |
| Binary | 11111011 | 11000010 | 100001 | 0 | 10111 | 1010111 | 10 | 101100 | 1100000 | 111000 |
Color Harmonies of #FBC221
Complementary color
Monochromatic Colors of #FBC221
Black with #FBC221
Text Example
Text Example
White with #FBC221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC221; }
p { color: rgb(251,194,33); }
H1.HeaderClassName
{
color: #FBC221;
}
.AnyTagClassName
{
color: #FBC221;
}
</style>
background-color css
<style>
a { background-color: #FBC221; }
a { background-color: rgb(251,194,33); }
div.DivClassName
{
background-color: #FBC221;
}
.BgClassName
{
background-color: #FBC221;
}
</style>
border-color css
<style>
span { border-color: #FBC221; }
span { border-color: rgb(251,194,33); }
td.TdClassName
{
border-color: #FBC221;
}
.TagClassName
{
border-color: #FBC221;
}
</style>