Shades of Moon Yellow #FFC116
Tints of Moon Yellow #FFC116
RGB
CMYK
RGB Variations
Color information
#FFC116 (or 0xFFC116) is known color: Moon Yellow. HEX triplet: FF, C1 and 16. RGB value is (255,193,22). Sum of RGB (Red+Green+Blue) = 255+193+22=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 22 (8.98% from 255 or 4.68% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC116 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC116 is #003EE9. Grayscale: #C0C0C0. Windows color (decimal): -16106 or 1491455. OLE color: 1491455.
HSL color Cylindrical-coordinate representation of color #FFC116: hue angle of 44.03º 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 #FFC116 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 22 | - |
| CMYK | 0 | 0.24 | 0.91 | 0 |
| HSL | 44.03º | 1% | 0.54% | - |
| HSV(B) | 44.03º | 0.91% | 1% | - |
| XYZ | 60.45 | 59.46 | 9.05 | - |
| YUV | 192.04 | 32.04 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 22 | 0 | 0.24 | 0.91 | 0 | 44.03 | 1 | 0.54 |
| Hex | FF | C1 | 16 | 0 | 18 | 5B | 0 | 2C | 64 | 36 |
| Octal | 377 | 301 | 26 | 0 | 30 | 133 | 0 | 54 | 144 | 66 |
| Binary | 11111111 | 11000001 | 10110 | 0 | 11000 | 1011011 | 0 | 101100 | 1100100 | 110110 |
Color Harmonies of #FFC116
Complementary color
Monochromatic Colors of #FFC116
Black with #FFC116
Text Example
Text Example
White with #FFC116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC116; }
p { color: rgb(255,193,22); }
H1.HeaderClassName
{
color: #FFC116;
}
.AnyTagClassName
{
color: #FFC116;
}
</style>
background-color css
<style>
a { background-color: #FFC116; }
a { background-color: rgb(255,193,22); }
div.DivClassName
{
background-color: #FFC116;
}
.BgClassName
{
background-color: #FFC116;
}
</style>
border-color css
<style>
span { border-color: #FFC116; }
span { border-color: rgb(255,193,22); }
td.TdClassName
{
border-color: #FFC116;
}
.TagClassName
{
border-color: #FFC116;
}
</style>