Shades of Moon Yellow #FEC614
Tints of Moon Yellow #FEC614
RGB
CMYK
RGB Variations
Color information
#FEC614 (or 0xFEC614) is known color: Moon Yellow. HEX triplet: FE, C6 and 14. RGB value is (254,198,20). Sum of RGB (Red+Green+Blue) = 254+198+20=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 198 (77.73% from 255 or 41.95% from 472); Blue value is 20 (8.20% from 255 or 4.24% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC614 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC614 is #0139EB. Grayscale: #C3C3C3. Windows color (decimal): -80364 or 1361662. OLE color: 1361662.
HSL color Cylindrical-coordinate representation of color #FEC614: hue angle of 45.64º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FEC614 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 20 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.00 |
| HSL | 45.64º | 0.99% | 0.54% | - |
| HSV(B) | 45.64º | 0.92% | 1% | - |
| XYZ | 61.19 | 61.51 | 9.31 | - |
| YUV | 194.45 | 29.55 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 20 | 0 | 0.22 | 0.92 | 0.00 | 45.64 | 0.99 | 0.54 |
| Hex | FE | C6 | 14 | 0 | 16 | 5C | 0 | 2E | 63 | 36 |
| Octal | 376 | 306 | 24 | 0 | 26 | 134 | 0 | 56 | 143 | 66 |
| Binary | 11111110 | 11000110 | 10100 | 0 | 10110 | 1011100 | 0 | 101110 | 1100011 | 110110 |
Color Harmonies of #FEC614
Complementary color
Monochromatic Colors of #FEC614
Black with #FEC614
Text Example
Text Example
White with #FEC614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC614; }
p { color: rgb(254,198,20); }
H1.HeaderClassName
{
color: #FEC614;
}
.AnyTagClassName
{
color: #FEC614;
}
</style>
background-color css
<style>
a { background-color: #FEC614; }
a { background-color: rgb(254,198,20); }
div.DivClassName
{
background-color: #FEC614;
}
.BgClassName
{
background-color: #FEC614;
}
</style>
border-color css
<style>
span { border-color: #FEC614; }
span { border-color: rgb(254,198,20); }
td.TdClassName
{
border-color: #FEC614;
}
.TagClassName
{
border-color: #FEC614;
}
</style>