Shades of Moon Yellow #FBC01C
Tints of Moon Yellow #FBC01C
RGB
CMYK
RGB Variations
Color information
#FBC01C (or 0xFBC01C) is known color: Moon Yellow. HEX triplet: FB, C0 and 1C. RGB value is (251,192,28). Sum of RGB (Red+Green+Blue) = 251+192+28=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 28 (11.33% from 255 or 5.94% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC01C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC01C is #043FE3. Grayscale: #BFBFBF. Windows color (decimal): -278500 or 1884411. OLE color: 1884411.
HSL color Cylindrical-coordinate representation of color #FBC01C: hue angle of 44.13º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FBC01C is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 28 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.02 |
| HSL | 44.13º | 0.97% | 0.55% | - |
| HSV(B) | 44.13º | 0.89% | 0.98% | - |
| XYZ | 58.84 | 58.29 | 9.25 | - |
| YUV | 190.95 | 36.05 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 28 | 0 | 0.24 | 0.89 | 0.02 | 44.13 | 0.97 | 0.55 |
| Hex | FB | C0 | 1C | 0 | 18 | 59 | 2 | 2C | 61 | 37 |
| Octal | 373 | 300 | 34 | 0 | 30 | 131 | 2 | 54 | 141 | 67 |
| Binary | 11111011 | 11000000 | 11100 | 0 | 11000 | 1011001 | 10 | 101100 | 1100001 | 110111 |
Color Harmonies of #FBC01C
Complementary color
Monochromatic Colors of #FBC01C
Black with #FBC01C
Text Example
Text Example
White with #FBC01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC01C; }
p { color: rgb(251,192,28); }
H1.HeaderClassName
{
color: #FBC01C;
}
.AnyTagClassName
{
color: #FBC01C;
}
</style>
background-color css
<style>
a { background-color: #FBC01C; }
a { background-color: rgb(251,192,28); }
div.DivClassName
{
background-color: #FBC01C;
}
.BgClassName
{
background-color: #FBC01C;
}
</style>
border-color css
<style>
span { border-color: #FBC01C; }
span { border-color: rgb(251,192,28); }
td.TdClassName
{
border-color: #FBC01C;
}
.TagClassName
{
border-color: #FBC01C;
}
</style>