Shades of Moon Yellow #FEC317
Tints of Moon Yellow #FEC317
RGB
CMYK
RGB Variations
Color information
#FEC317 (or 0xFEC317) is known color: Moon Yellow. HEX triplet: FE, C3 and 17. RGB value is (254,195,23). Sum of RGB (Red+Green+Blue) = 254+195+23=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 23 (9.38% from 255 or 4.87% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC317 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC317 is #013CE8. Grayscale: #C1C1C1. Windows color (decimal): -81129 or 1557502. OLE color: 1557502.
HSL color Cylindrical-coordinate representation of color #FEC317: hue angle of 44.68º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FEC317 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 23 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.00 |
| HSL | 44.68º | 0.99% | 0.54% | - |
| HSV(B) | 44.68º | 0.91% | 1% | - |
| XYZ | 60.54 | 60.16 | 9.23 | - |
| YUV | 193.03 | 32.05 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 23 | 0 | 0.23 | 0.91 | 0.00 | 44.68 | 0.99 | 0.54 |
| Hex | FE | C3 | 17 | 0 | 17 | 5B | 0 | 2D | 63 | 36 |
| Octal | 376 | 303 | 27 | 0 | 27 | 133 | 0 | 55 | 143 | 66 |
| Binary | 11111110 | 11000011 | 10111 | 0 | 10111 | 1011011 | 0 | 101101 | 1100011 | 110110 |
Color Harmonies of #FEC317
Complementary color
Monochromatic Colors of #FEC317
Black with #FEC317
Text Example
Text Example
White with #FEC317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC317; }
p { color: rgb(254,195,23); }
H1.HeaderClassName
{
color: #FEC317;
}
.AnyTagClassName
{
color: #FEC317;
}
</style>
background-color css
<style>
a { background-color: #FEC317; }
a { background-color: rgb(254,195,23); }
div.DivClassName
{
background-color: #FEC317;
}
.BgClassName
{
background-color: #FEC317;
}
</style>
border-color css
<style>
span { border-color: #FEC317; }
span { border-color: rgb(254,195,23); }
td.TdClassName
{
border-color: #FEC317;
}
.TagClassName
{
border-color: #FEC317;
}
</style>