Shades of Moon Yellow #FBC022
Tints of Moon Yellow #FBC022
RGB
CMYK
RGB Variations
Color information
#FBC022 (or 0xFBC022) is known color: Moon Yellow. HEX triplet: FB, C0 and 22. RGB value is (251,192,34). Sum of RGB (Red+Green+Blue) = 251+192+34=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 34 (13.67% from 255 or 7.13% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC022 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC022 is #043FDD. Grayscale: #C0C0C0. Windows color (decimal): -278494 or 2277627. OLE color: 2277627.
HSL color Cylindrical-coordinate representation of color #FBC022: hue angle of 43.69º 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 #FBC022 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 34 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.02 |
| HSL | 43.69º | 0.96% | 0.56% | - |
| HSV(B) | 43.69º | 0.86% | 0.98% | - |
| XYZ | 58.92 | 58.32 | 9.67 | - |
| YUV | 191.63 | 39.05 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 34 | 0 | 0.24 | 0.86 | 0.02 | 43.69 | 0.96 | 0.56 |
| Hex | FB | C0 | 22 | 0 | 18 | 56 | 2 | 2C | 60 | 38 |
| Octal | 373 | 300 | 42 | 0 | 30 | 126 | 2 | 54 | 140 | 70 |
| Binary | 11111011 | 11000000 | 100010 | 0 | 11000 | 1010110 | 10 | 101100 | 1100000 | 111000 |
Color Harmonies of #FBC022
Complementary color
Monochromatic Colors of #FBC022
Black with #FBC022
Text Example
Text Example
White with #FBC022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC022; }
p { color: rgb(251,192,34); }
H1.HeaderClassName
{
color: #FBC022;
}
.AnyTagClassName
{
color: #FBC022;
}
</style>
background-color css
<style>
a { background-color: #FBC022; }
a { background-color: rgb(251,192,34); }
div.DivClassName
{
background-color: #FBC022;
}
.BgClassName
{
background-color: #FBC022;
}
</style>
border-color css
<style>
span { border-color: #FBC022; }
span { border-color: rgb(251,192,34); }
td.TdClassName
{
border-color: #FBC022;
}
.TagClassName
{
border-color: #FBC022;
}
</style>