Shades of Moon Yellow #FEC319
Tints of Moon Yellow #FEC319
RGB
CMYK
RGB Variations
Color information
#FEC319 (or 0xFEC319) is known color: Moon Yellow. HEX triplet: FE, C3 and 19. RGB value is (254,195,25). Sum of RGB (Red+Green+Blue) = 254+195+25=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 25 (10.16% from 255 or 5.27% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC319 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC319 is #013CE6. Grayscale: #C2C2C2. Windows color (decimal): -81127 or 1688574. OLE color: 1688574.
HSL color Cylindrical-coordinate representation of color #FEC319: hue angle of 44.54º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FEC319 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 25 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.00 |
| HSL | 44.54º | 0.99% | 0.55% | - |
| HSV(B) | 44.54º | 0.9% | 1% | - |
| XYZ | 60.56 | 60.17 | 9.34 | - |
| YUV | 193.26 | 33.05 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 25 | 0 | 0.23 | 0.90 | 0.00 | 44.54 | 0.99 | 0.55 |
| Hex | FE | C3 | 19 | 0 | 17 | 5A | 0 | 2D | 63 | 37 |
| Octal | 376 | 303 | 31 | 0 | 27 | 132 | 0 | 55 | 143 | 67 |
| Binary | 11111110 | 11000011 | 11001 | 0 | 10111 | 1011010 | 0 | 101101 | 1100011 | 110111 |
Color Harmonies of #FEC319
Complementary color
Monochromatic Colors of #FEC319
Black with #FEC319
Text Example
Text Example
White with #FEC319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC319; }
p { color: rgb(254,195,25); }
H1.HeaderClassName
{
color: #FEC319;
}
.AnyTagClassName
{
color: #FEC319;
}
</style>
background-color css
<style>
a { background-color: #FEC319; }
a { background-color: rgb(254,195,25); }
div.DivClassName
{
background-color: #FEC319;
}
.BgClassName
{
background-color: #FEC319;
}
</style>
border-color css
<style>
span { border-color: #FEC319; }
span { border-color: rgb(254,195,25); }
td.TdClassName
{
border-color: #FEC319;
}
.TagClassName
{
border-color: #FEC319;
}
</style>