Shades of Moon Yellow #FFC115
Tints of Moon Yellow #FFC115
RGB
CMYK
RGB Variations
Color information
#FFC115 (or 0xFFC115) is known color: Moon Yellow. HEX triplet: FF, C1 and 15. RGB value is (255,193,21). Sum of RGB (Red+Green+Blue) = 255+193+21=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 21 (8.59% from 255 or 4.48% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC115 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC115 is #003EEA. Grayscale: #C0C0C0. Windows color (decimal): -16107 or 1425919. OLE color: 1425919.
HSL color Cylindrical-coordinate representation of color #FFC115: hue angle of 44.1º 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 #FFC115 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 21 | - |
| CMYK | 0 | 0.24 | 0.92 | 0 |
| HSL | 44.1º | 1% | 0.54% | - |
| HSV(B) | 44.1º | 0.92% | 1% | - |
| XYZ | 60.45 | 59.45 | 9 | - |
| YUV | 191.93 | 31.54 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 21 | 0 | 0.24 | 0.92 | 0 | 44.1 | 1 | 0.54 |
| Hex | FF | C1 | 15 | 0 | 18 | 5C | 0 | 2C | 64 | 36 |
| Octal | 377 | 301 | 25 | 0 | 30 | 134 | 0 | 54 | 144 | 66 |
| Binary | 11111111 | 11000001 | 10101 | 0 | 11000 | 1011100 | 0 | 101100 | 1100100 | 110110 |
Color Harmonies of #FFC115
Complementary color
Monochromatic Colors of #FFC115
Black with #FFC115
Text Example
Text Example
White with #FFC115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC115; }
p { color: rgb(255,193,21); }
H1.HeaderClassName
{
color: #FFC115;
}
.AnyTagClassName
{
color: #FFC115;
}
</style>
background-color css
<style>
a { background-color: #FFC115; }
a { background-color: rgb(255,193,21); }
div.DivClassName
{
background-color: #FFC115;
}
.BgClassName
{
background-color: #FFC115;
}
</style>
border-color css
<style>
span { border-color: #FFC115; }
span { border-color: rgb(255,193,21); }
td.TdClassName
{
border-color: #FFC115;
}
.TagClassName
{
border-color: #FFC115;
}
</style>