Shades of Moon Yellow #FCB919
Tints of Moon Yellow #FCB919
RGB
CMYK
RGB Variations
Color information
#FCB919 (or 0xFCB919) is known color: Moon Yellow. HEX triplet: FC, B9 and 19. RGB value is (252,185,25). Sum of RGB (Red+Green+Blue) = 252+185+25=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 25 (10.16% from 255 or 5.41% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB919 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB919 is #0346E6. Grayscale: #BBBBBB. Windows color (decimal): -214759 or 1686012. OLE color: 1686012.
HSL color Cylindrical-coordinate representation of color #FCB919: hue angle of 42.29º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCB919 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 185 | 25 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.01 |
| HSL | 42.29º | 0.97% | 0.54% | - |
| HSV(B) | 42.29º | 0.9% | 0.99% | - |
| XYZ | 57.67 | 55.46 | 8.59 | - |
| YUV | 186.79 | 36.7 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 185 | 25 | 0 | 0.27 | 0.90 | 0.01 | 42.29 | 0.97 | 0.54 |
| Hex | FC | B9 | 19 | 0 | 1B | 5A | 1 | 2A | 61 | 36 |
| Octal | 374 | 271 | 31 | 0 | 33 | 132 | 1 | 52 | 141 | 66 |
| Binary | 11111100 | 10111001 | 11001 | 0 | 11011 | 1011010 | 1 | 101010 | 1100001 | 110110 |
Color Harmonies of #FCB919
Complementary color
Monochromatic Colors of #FCB919
Black with #FCB919
Text Example
Text Example
White with #FCB919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB919; }
p { color: rgb(252,185,25); }
H1.HeaderClassName
{
color: #FCB919;
}
.AnyTagClassName
{
color: #FCB919;
}
</style>
background-color css
<style>
a { background-color: #FCB919; }
a { background-color: rgb(252,185,25); }
div.DivClassName
{
background-color: #FCB919;
}
.BgClassName
{
background-color: #FCB919;
}
</style>
border-color css
<style>
span { border-color: #FCB919; }
span { border-color: rgb(252,185,25); }
td.TdClassName
{
border-color: #FCB919;
}
.TagClassName
{
border-color: #FCB919;
}
</style>