Shades of Moon Yellow #FFC515
Tints of Moon Yellow #FFC515
RGB
CMYK
RGB Variations
Color information
#FFC515 (or 0xFFC515) is known color: Moon Yellow. HEX triplet: FF, C5 and 15. RGB value is (255,197,21). Sum of RGB (Red+Green+Blue) = 255+197+21=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 21 (8.59% from 255 or 4.44% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC515 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC515 is #003AEA. Grayscale: #C3C3C3. Windows color (decimal): -15083 or 1426943. OLE color: 1426943.
HSL color Cylindrical-coordinate representation of color #FFC515: hue angle of 45.13º 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 #FFC515 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 21 | - |
| CMYK | 0 | 0.23 | 0.92 | 0 |
| HSL | 45.13º | 1% | 0.54% | - |
| HSV(B) | 45.13º | 0.92% | 1% | - |
| XYZ | 61.34 | 61.25 | 9.3 | - |
| YUV | 194.28 | 30.22 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 21 | 0 | 0.23 | 0.92 | 0 | 45.13 | 1 | 0.54 |
| Hex | FF | C5 | 15 | 0 | 17 | 5C | 0 | 2D | 64 | 36 |
| Octal | 377 | 305 | 25 | 0 | 27 | 134 | 0 | 55 | 144 | 66 |
| Binary | 11111111 | 11000101 | 10101 | 0 | 10111 | 1011100 | 0 | 101101 | 1100100 | 110110 |
Color Harmonies of #FFC515
Complementary color
Monochromatic Colors of #FFC515
Black with #FFC515
Text Example
Text Example
White with #FFC515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC515; }
p { color: rgb(255,197,21); }
H1.HeaderClassName
{
color: #FFC515;
}
.AnyTagClassName
{
color: #FFC515;
}
</style>
background-color css
<style>
a { background-color: #FFC515; }
a { background-color: rgb(255,197,21); }
div.DivClassName
{
background-color: #FFC515;
}
.BgClassName
{
background-color: #FFC515;
}
</style>
border-color css
<style>
span { border-color: #FFC515; }
span { border-color: rgb(255,197,21); }
td.TdClassName
{
border-color: #FFC515;
}
.TagClassName
{
border-color: #FFC515;
}
</style>