Shades of Moon Yellow #FFC416
Tints of Moon Yellow #FFC416
RGB
CMYK
RGB Variations
Color information
#FFC416 (or 0xFFC416) is known color: Moon Yellow. HEX triplet: FF, C4 and 16. RGB value is (255,196,22). Sum of RGB (Red+Green+Blue) = 255+196+22=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 196 (76.95% from 255 or 41.44% from 473); Blue value is 22 (8.98% from 255 or 4.65% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC416 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC416 is #003BE9. Grayscale: #C2C2C2. Windows color (decimal): -15338 or 1492223. OLE color: 1492223.
HSL color Cylindrical-coordinate representation of color #FFC416: hue angle of 44.81º 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 #FFC416 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 22 | - |
| CMYK | 0 | 0.23 | 0.91 | 0 |
| HSL | 44.81º | 1% | 0.54% | - |
| HSV(B) | 44.81º | 0.91% | 1% | - |
| XYZ | 61.12 | 60.8 | 9.27 | - |
| YUV | 193.81 | 31.05 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 22 | 0 | 0.23 | 0.91 | 0 | 44.81 | 1 | 0.54 |
| Hex | FF | C4 | 16 | 0 | 17 | 5B | 0 | 2D | 64 | 36 |
| Octal | 377 | 304 | 26 | 0 | 27 | 133 | 0 | 55 | 144 | 66 |
| Binary | 11111111 | 11000100 | 10110 | 0 | 10111 | 1011011 | 0 | 101101 | 1100100 | 110110 |
Color Harmonies of #FFC416
Complementary color
Monochromatic Colors of #FFC416
Black with #FFC416
Text Example
Text Example
White with #FFC416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC416; }
p { color: rgb(255,196,22); }
H1.HeaderClassName
{
color: #FFC416;
}
.AnyTagClassName
{
color: #FFC416;
}
</style>
background-color css
<style>
a { background-color: #FFC416; }
a { background-color: rgb(255,196,22); }
div.DivClassName
{
background-color: #FFC416;
}
.BgClassName
{
background-color: #FFC416;
}
</style>
border-color css
<style>
span { border-color: #FFC416; }
span { border-color: rgb(255,196,22); }
td.TdClassName
{
border-color: #FFC416;
}
.TagClassName
{
border-color: #FFC416;
}
</style>