Shades of Moon Yellow #FBC020
Tints of Moon Yellow #FBC020
RGB
CMYK
RGB Variations
Color information
#FBC020 (or 0xFBC020) is known color: Moon Yellow. HEX triplet: FB, C0 and 20. RGB value is (251,192,32). Sum of RGB (Red+Green+Blue) = 251+192+32=475 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.84% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 32 (12.89% from 255 or 6.74% from 475); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC020 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC020 is #043FDF. Grayscale: #C0C0C0. Windows color (decimal): -278496 or 2146555. OLE color: 2146555.
HSL color Cylindrical-coordinate representation of color #FBC020: hue angle of 43.84º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FBC020 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 32 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.02 |
| HSL | 43.84º | 0.96% | 0.55% | - |
| HSV(B) | 43.84º | 0.87% | 0.98% | - |
| XYZ | 58.89 | 58.31 | 9.52 | - |
| YUV | 191.4 | 38.05 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 32 | 0 | 0.24 | 0.87 | 0.02 | 43.84 | 0.96 | 0.55 |
| Hex | FB | C0 | 20 | 0 | 18 | 57 | 2 | 2C | 60 | 37 |
| Octal | 373 | 300 | 40 | 0 | 30 | 127 | 2 | 54 | 140 | 67 |
| Binary | 11111011 | 11000000 | 100000 | 0 | 11000 | 1010111 | 10 | 101100 | 1100000 | 110111 |
Color Harmonies of #FBC020
Complementary color
Monochromatic Colors of #FBC020
Black with #FBC020
Text Example
Text Example
White with #FBC020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC020; }
p { color: rgb(251,192,32); }
H1.HeaderClassName
{
color: #FBC020;
}
.AnyTagClassName
{
color: #FBC020;
}
</style>
background-color css
<style>
a { background-color: #FBC020; }
a { background-color: rgb(251,192,32); }
div.DivClassName
{
background-color: #FBC020;
}
.BgClassName
{
background-color: #FBC020;
}
</style>
border-color css
<style>
span { border-color: #FBC020; }
span { border-color: rgb(251,192,32); }
td.TdClassName
{
border-color: #FBC020;
}
.TagClassName
{
border-color: #FBC020;
}
</style>