Shades of Moon Yellow #FFC016
Tints of Moon Yellow #FFC016
RGB
CMYK
RGB Variations
Color information
#FFC016 (or 0xFFC016) is known color: Moon Yellow. HEX triplet: FF, C0 and 16. RGB value is (255,192,22). Sum of RGB (Red+Green+Blue) = 255+192+22=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 22 (8.98% from 255 or 4.69% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC016 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC016 is #003FE9. Grayscale: #C0C0C0. Windows color (decimal): -16362 or 1491199. OLE color: 1491199.
HSL color Cylindrical-coordinate representation of color #FFC016: hue angle of 43.78º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFC016 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 22 | - |
| CMYK | 0 | 0.25 | 0.91 | 0 |
| HSL | 43.78º | 1% | 0.54% | - |
| HSV(B) | 43.78º | 0.91% | 1% | - |
| XYZ | 60.23 | 59.02 | 8.98 | - |
| YUV | 191.46 | 32.37 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 22 | 0 | 0.25 | 0.91 | 0 | 43.78 | 1 | 0.54 |
| Hex | FF | C0 | 16 | 0 | 19 | 5B | 0 | 2C | 64 | 36 |
| Octal | 377 | 300 | 26 | 0 | 31 | 133 | 0 | 54 | 144 | 66 |
| Binary | 11111111 | 11000000 | 10110 | 0 | 11001 | 1011011 | 0 | 101100 | 1100100 | 110110 |
Color Harmonies of #FFC016
Complementary color
Monochromatic Colors of #FFC016
Black with #FFC016
Text Example
Text Example
White with #FFC016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC016; }
p { color: rgb(255,192,22); }
H1.HeaderClassName
{
color: #FFC016;
}
.AnyTagClassName
{
color: #FFC016;
}
</style>
background-color css
<style>
a { background-color: #FFC016; }
a { background-color: rgb(255,192,22); }
div.DivClassName
{
background-color: #FFC016;
}
.BgClassName
{
background-color: #FFC016;
}
</style>
border-color css
<style>
span { border-color: #FFC016; }
span { border-color: rgb(255,192,22); }
td.TdClassName
{
border-color: #FFC016;
}
.TagClassName
{
border-color: #FFC016;
}
</style>