Shades of Moon Yellow #FFC514
Tints of Moon Yellow #FFC514
RGB
CMYK
RGB Variations
Color information
#FFC514 (or 0xFFC514) is known color: Moon Yellow. HEX triplet: FF, C5 and 14. RGB value is (255,197,20). Sum of RGB (Red+Green+Blue) = 255+197+20=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 197 (77.34% from 255 or 41.74% from 472); Blue value is 20 (8.20% from 255 or 4.24% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC514 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC514 is #003AEB. Grayscale: #C2C2C2. Windows color (decimal): -15084 or 1361407. OLE color: 1361407.
HSL color Cylindrical-coordinate representation of color #FFC514: hue angle of 45.19º 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 #FFC514 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 20 | - |
| CMYK | 0 | 0.23 | 0.92 | 0 |
| HSL | 45.19º | 1% | 0.54% | - |
| HSV(B) | 45.19º | 0.92% | 1% | - |
| XYZ | 61.33 | 61.24 | 9.25 | - |
| YUV | 194.16 | 29.72 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 20 | 0 | 0.23 | 0.92 | 0 | 45.19 | 1 | 0.54 |
| Hex | FF | C5 | 14 | 0 | 17 | 5C | 0 | 2D | 64 | 36 |
| Octal | 377 | 305 | 24 | 0 | 27 | 134 | 0 | 55 | 144 | 66 |
| Binary | 11111111 | 11000101 | 10100 | 0 | 10111 | 1011100 | 0 | 101101 | 1100100 | 110110 |
Color Harmonies of #FFC514
Complementary color
Monochromatic Colors of #FFC514
Black with #FFC514
Text Example
Text Example
White with #FFC514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC514; }
p { color: rgb(255,197,20); }
H1.HeaderClassName
{
color: #FFC514;
}
.AnyTagClassName
{
color: #FFC514;
}
</style>
background-color css
<style>
a { background-color: #FFC514; }
a { background-color: rgb(255,197,20); }
div.DivClassName
{
background-color: #FFC514;
}
.BgClassName
{
background-color: #FFC514;
}
</style>
border-color css
<style>
span { border-color: #FFC514; }
span { border-color: rgb(255,197,20); }
td.TdClassName
{
border-color: #FFC514;
}
.TagClassName
{
border-color: #FFC514;
}
</style>