Shades of Moon Yellow #FFC218
Tints of Moon Yellow #FFC218
RGB
CMYK
RGB Variations
Color information
#FFC218 (or 0xFFC218) is known color: Moon Yellow. HEX triplet: FF, C2 and 18. RGB value is (255,194,24). Sum of RGB (Red+Green+Blue) = 255+194+24=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 24 (9.77% from 255 or 5.07% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC218 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC218 is #003DE7. Grayscale: #C1C1C1. Windows color (decimal): -15848 or 1622783. OLE color: 1622783.
HSL color Cylindrical-coordinate representation of color #FFC218: hue angle of 44.16º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFC218 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 24 | - |
| CMYK | 0 | 0.24 | 0.91 | 0 |
| HSL | 44.16º | 1% | 0.55% | - |
| HSV(B) | 44.16º | 0.91% | 1% | - |
| XYZ | 60.7 | 59.91 | 9.23 | - |
| YUV | 192.86 | 32.71 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 24 | 0 | 0.24 | 0.91 | 0 | 44.16 | 1 | 0.55 |
| Hex | FF | C2 | 18 | 0 | 18 | 5B | 0 | 2C | 64 | 37 |
| Octal | 377 | 302 | 30 | 0 | 30 | 133 | 0 | 54 | 144 | 67 |
| Binary | 11111111 | 11000010 | 11000 | 0 | 11000 | 1011011 | 0 | 101100 | 1100100 | 110111 |
Color Harmonies of #FFC218
Complementary color
Monochromatic Colors of #FFC218
Black with #FFC218
Text Example
Text Example
White with #FFC218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC218; }
p { color: rgb(255,194,24); }
H1.HeaderClassName
{
color: #FFC218;
}
.AnyTagClassName
{
color: #FFC218;
}
</style>
background-color css
<style>
a { background-color: #FFC218; }
a { background-color: rgb(255,194,24); }
div.DivClassName
{
background-color: #FFC218;
}
.BgClassName
{
background-color: #FFC218;
}
</style>
border-color css
<style>
span { border-color: #FFC218; }
span { border-color: rgb(255,194,24); }
td.TdClassName
{
border-color: #FFC218;
}
.TagClassName
{
border-color: #FFC218;
}
</style>