Shades of Moon Yellow #FFC019
Tints of Moon Yellow #FFC019
RGB
CMYK
RGB Variations
Color information
#FFC019 (or 0xFFC019) is known color: Moon Yellow. HEX triplet: FF, C0 and 19. RGB value is (255,192,25). Sum of RGB (Red+Green+Blue) = 255+192+25=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 25 (10.16% from 255 or 5.30% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC019 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC019 is #003FE6. Grayscale: #C0C0C0. Windows color (decimal): -16359 or 1687807. OLE color: 1687807.
HSL color Cylindrical-coordinate representation of color #FFC019: hue angle of 43.57º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFC019 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 25 | - |
| CMYK | 0 | 0.25 | 0.90 | 0 |
| HSL | 43.57º | 1% | 0.55% | - |
| HSV(B) | 43.57º | 0.9% | 1% | - |
| XYZ | 60.27 | 59.03 | 9.14 | - |
| YUV | 191.8 | 33.87 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 25 | 0 | 0.25 | 0.90 | 0 | 43.57 | 1 | 0.55 |
| Hex | FF | C0 | 19 | 0 | 19 | 5A | 0 | 2C | 64 | 37 |
| Octal | 377 | 300 | 31 | 0 | 31 | 132 | 0 | 54 | 144 | 67 |
| Binary | 11111111 | 11000000 | 11001 | 0 | 11001 | 1011010 | 0 | 101100 | 1100100 | 110111 |
Color Harmonies of #FFC019
Complementary color
Monochromatic Colors of #FFC019
Black with #FFC019
Text Example
Text Example
White with #FFC019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC019; }
p { color: rgb(255,192,25); }
H1.HeaderClassName
{
color: #FFC019;
}
.AnyTagClassName
{
color: #FFC019;
}
</style>
background-color css
<style>
a { background-color: #FFC019; }
a { background-color: rgb(255,192,25); }
div.DivClassName
{
background-color: #FFC019;
}
.BgClassName
{
background-color: #FFC019;
}
</style>
border-color css
<style>
span { border-color: #FFC019; }
span { border-color: rgb(255,192,25); }
td.TdClassName
{
border-color: #FFC019;
}
.TagClassName
{
border-color: #FFC019;
}
</style>