Shades of Moon Yellow #FBC619
Tints of Moon Yellow #FBC619
RGB
CMYK
RGB Variations
Color information
#FBC619 (or 0xFBC619) is known color: Moon Yellow. HEX triplet: FB, C6 and 19. RGB value is (251,198,25). Sum of RGB (Red+Green+Blue) = 251+198+25=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 198 (77.73% from 255 or 41.77% from 474); Blue value is 25 (10.16% from 255 or 5.27% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC619 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC619 is #0439E6. Grayscale: #C2C2C2. Windows color (decimal): -276967 or 1689339. OLE color: 1689339.
HSL color Cylindrical-coordinate representation of color #FBC619: hue angle of 45.93º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FBC619 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 25 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.02 |
| HSL | 45.93º | 0.97% | 0.54% | - |
| HSV(B) | 45.93º | 0.9% | 0.98% | - |
| XYZ | 60.15 | 60.97 | 9.52 | - |
| YUV | 194.13 | 32.56 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 25 | 0 | 0.21 | 0.90 | 0.02 | 45.93 | 0.97 | 0.54 |
| Hex | FB | C6 | 19 | 0 | 15 | 5A | 2 | 2E | 61 | 36 |
| Octal | 373 | 306 | 31 | 0 | 25 | 132 | 2 | 56 | 141 | 66 |
| Binary | 11111011 | 11000110 | 11001 | 0 | 10101 | 1011010 | 10 | 101110 | 1100001 | 110110 |
Color Harmonies of #FBC619
Complementary color
Monochromatic Colors of #FBC619
Black with #FBC619
Text Example
Text Example
White with #FBC619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC619; }
p { color: rgb(251,198,25); }
H1.HeaderClassName
{
color: #FBC619;
}
.AnyTagClassName
{
color: #FBC619;
}
</style>
background-color css
<style>
a { background-color: #FBC619; }
a { background-color: rgb(251,198,25); }
div.DivClassName
{
background-color: #FBC619;
}
.BgClassName
{
background-color: #FBC619;
}
</style>
border-color css
<style>
span { border-color: #FBC619; }
span { border-color: rgb(251,198,25); }
td.TdClassName
{
border-color: #FBC619;
}
.TagClassName
{
border-color: #FBC619;
}
</style>