Shades of Moon Yellow #FEC318
Tints of Moon Yellow #FEC318
RGB
CMYK
RGB Variations
Color information
#FEC318 (or 0xFEC318) is known color: Moon Yellow. HEX triplet: FE, C3 and 18. RGB value is (254,195,24). Sum of RGB (Red+Green+Blue) = 254+195+24=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 24 (9.77% from 255 or 5.07% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC318 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC318 is #013CE7. Grayscale: #C1C1C1. Windows color (decimal): -81128 or 1623038. OLE color: 1623038.
HSL color Cylindrical-coordinate representation of color #FEC318: hue angle of 44.61º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FEC318 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 24 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.00 |
| HSL | 44.61º | 0.99% | 0.55% | - |
| HSV(B) | 44.61º | 0.91% | 1% | - |
| XYZ | 60.55 | 60.17 | 9.29 | - |
| YUV | 193.15 | 32.55 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 24 | 0 | 0.23 | 0.91 | 0.00 | 44.61 | 0.99 | 0.55 |
| Hex | FE | C3 | 18 | 0 | 17 | 5B | 0 | 2D | 63 | 37 |
| Octal | 376 | 303 | 30 | 0 | 27 | 133 | 0 | 55 | 143 | 67 |
| Binary | 11111110 | 11000011 | 11000 | 0 | 10111 | 1011011 | 0 | 101101 | 1100011 | 110111 |
Color Harmonies of #FEC318
Complementary color
Monochromatic Colors of #FEC318
Black with #FEC318
Text Example
Text Example
White with #FEC318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC318; }
p { color: rgb(254,195,24); }
H1.HeaderClassName
{
color: #FEC318;
}
.AnyTagClassName
{
color: #FEC318;
}
</style>
background-color css
<style>
a { background-color: #FEC318; }
a { background-color: rgb(254,195,24); }
div.DivClassName
{
background-color: #FEC318;
}
.BgClassName
{
background-color: #FEC318;
}
</style>
border-color css
<style>
span { border-color: #FEC318; }
span { border-color: rgb(254,195,24); }
td.TdClassName
{
border-color: #FEC318;
}
.TagClassName
{
border-color: #FEC318;
}
</style>