Shades of Moon Yellow #FFC216
Tints of Moon Yellow #FFC216
RGB
CMYK
RGB Variations
Color information
#FFC216 (or 0xFFC216) is known color: Moon Yellow. HEX triplet: FF, C2 and 16. RGB value is (255,194,22). Sum of RGB (Red+Green+Blue) = 255+194+22=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 22 (8.98% from 255 or 4.67% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC216 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC216 is #003DE9. Grayscale: #C1C1C1. Windows color (decimal): -15850 or 1491711. OLE color: 1491711.
HSL color Cylindrical-coordinate representation of color #FFC216: hue angle of 44.29º 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 #FFC216 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 22 | - |
| CMYK | 0 | 0.24 | 0.91 | 0 |
| HSL | 44.29º | 1% | 0.54% | - |
| HSV(B) | 44.29º | 0.91% | 1% | - |
| XYZ | 60.68 | 59.9 | 9.12 | - |
| YUV | 192.63 | 31.71 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 22 | 0 | 0.24 | 0.91 | 0 | 44.29 | 1 | 0.54 |
| Hex | FF | C2 | 16 | 0 | 18 | 5B | 0 | 2C | 64 | 36 |
| Octal | 377 | 302 | 26 | 0 | 30 | 133 | 0 | 54 | 144 | 66 |
| Binary | 11111111 | 11000010 | 10110 | 0 | 11000 | 1011011 | 0 | 101100 | 1100100 | 110110 |
Color Harmonies of #FFC216
Complementary color
Monochromatic Colors of #FFC216
Black with #FFC216
Text Example
Text Example
White with #FFC216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC216; }
p { color: rgb(255,194,22); }
H1.HeaderClassName
{
color: #FFC216;
}
.AnyTagClassName
{
color: #FFC216;
}
</style>
background-color css
<style>
a { background-color: #FFC216; }
a { background-color: rgb(255,194,22); }
div.DivClassName
{
background-color: #FFC216;
}
.BgClassName
{
background-color: #FFC216;
}
</style>
border-color css
<style>
span { border-color: #FFC216; }
span { border-color: rgb(255,194,22); }
td.TdClassName
{
border-color: #FFC216;
}
.TagClassName
{
border-color: #FFC216;
}
</style>