Shades of Moon Yellow #FFC215
Tints of Moon Yellow #FFC215
RGB
CMYK
RGB Variations
Color information
#FFC215 (or 0xFFC215) is known color: Moon Yellow. HEX triplet: FF, C2 and 15. RGB value is (255,194,21). Sum of RGB (Red+Green+Blue) = 255+194+21=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 21 (8.59% from 255 or 4.47% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC215 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC215 is #003DEA. Grayscale: #C1C1C1. Windows color (decimal): -15851 or 1426175. OLE color: 1426175.
HSL color Cylindrical-coordinate representation of color #FFC215: hue angle of 44.36º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFC215 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 21 | - |
| CMYK | 0 | 0.24 | 0.92 | 0 |
| HSL | 44.36º | 1% | 0.54% | - |
| HSV(B) | 44.36º | 0.92% | 1% | - |
| XYZ | 60.67 | 59.9 | 9.07 | - |
| YUV | 192.52 | 31.21 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 21 | 0 | 0.24 | 0.92 | 0 | 44.36 | 1 | 0.54 |
| Hex | FF | C2 | 15 | 0 | 18 | 5C | 0 | 2C | 64 | 36 |
| Octal | 377 | 302 | 25 | 0 | 30 | 134 | 0 | 54 | 144 | 66 |
| Binary | 11111111 | 11000010 | 10101 | 0 | 11000 | 1011100 | 0 | 101100 | 1100100 | 110110 |
Color Harmonies of #FFC215
Complementary color
Monochromatic Colors of #FFC215
Black with #FFC215
Text Example
Text Example
White with #FFC215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC215; }
p { color: rgb(255,194,21); }
H1.HeaderClassName
{
color: #FFC215;
}
.AnyTagClassName
{
color: #FFC215;
}
</style>
background-color css
<style>
a { background-color: #FFC215; }
a { background-color: rgb(255,194,21); }
div.DivClassName
{
background-color: #FFC215;
}
.BgClassName
{
background-color: #FFC215;
}
</style>
border-color css
<style>
span { border-color: #FFC215; }
span { border-color: rgb(255,194,21); }
td.TdClassName
{
border-color: #FFC215;
}
.TagClassName
{
border-color: #FFC215;
}
</style>