Shades of Moon Yellow #FFC516
Tints of Moon Yellow #FFC516
RGB
CMYK
RGB Variations
Color information
#FFC516 (or 0xFFC516) is known color: Moon Yellow. HEX triplet: FF, C5 and 16. RGB value is (255,197,22). Sum of RGB (Red+Green+Blue) = 255+197+22=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 22 (8.98% from 255 or 4.64% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC516 is #003AE9. Grayscale: #C3C3C3. Windows color (decimal): -15082 or 1492479. OLE color: 1492479.
HSL color Cylindrical-coordinate representation of color #FFC516: hue angle of 45.06º 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 #FFC516 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 22 | - |
| CMYK | 0 | 0.23 | 0.91 | 0 |
| HSL | 45.06º | 1% | 0.54% | - |
| HSV(B) | 45.06º | 0.91% | 1% | - |
| XYZ | 61.35 | 61.25 | 9.35 | - |
| YUV | 194.39 | 30.72 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 22 | 0 | 0.23 | 0.91 | 0 | 45.06 | 1 | 0.54 |
| Hex | FF | C5 | 16 | 0 | 17 | 5B | 0 | 2D | 64 | 36 |
| Octal | 377 | 305 | 26 | 0 | 27 | 133 | 0 | 55 | 144 | 66 |
| Binary | 11111111 | 11000101 | 10110 | 0 | 10111 | 1011011 | 0 | 101101 | 1100100 | 110110 |
Color Harmonies of #FFC516
Complementary color
Monochromatic Colors of #FFC516
Black with #FFC516
Text Example
Text Example
White with #FFC516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC516; }
p { color: rgb(255,197,22); }
H1.HeaderClassName
{
color: #FFC516;
}
.AnyTagClassName
{
color: #FFC516;
}
</style>
background-color css
<style>
a { background-color: #FFC516; }
a { background-color: rgb(255,197,22); }
div.DivClassName
{
background-color: #FFC516;
}
.BgClassName
{
background-color: #FFC516;
}
</style>
border-color css
<style>
span { border-color: #FFC516; }
span { border-color: rgb(255,197,22); }
td.TdClassName
{
border-color: #FFC516;
}
.TagClassName
{
border-color: #FFC516;
}
</style>