Shades of Moon Yellow #FEC01F
Tints of Moon Yellow #FEC01F
RGB
CMYK
RGB Variations
Color information
#FEC01F (or 0xFEC01F) is known color: Moon Yellow. HEX triplet: FE, C0 and 1F. RGB value is (254,192,31). Sum of RGB (Red+Green+Blue) = 254+192+31=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 31 (12.5% from 255 or 6.50% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC01F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC01F is #013FE0. Grayscale: #C0C0C0. Windows color (decimal): -81889 or 2081022. OLE color: 2081022.
HSL color Cylindrical-coordinate representation of color #FEC01F: hue angle of 43.32º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FEC01F is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 31 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.00 |
| HSL | 43.32º | 0.99% | 0.56% | - |
| HSV(B) | 43.32º | 0.88% | 1% | - |
| XYZ | 59.97 | 58.87 | 9.5 | - |
| YUV | 192.18 | 37.04 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 31 | 0 | 0.24 | 0.88 | 0.00 | 43.32 | 0.99 | 0.56 |
| Hex | FE | C0 | 1F | 0 | 18 | 58 | 0 | 2B | 63 | 38 |
| Octal | 376 | 300 | 37 | 0 | 30 | 130 | 0 | 53 | 143 | 70 |
| Binary | 11111110 | 11000000 | 11111 | 0 | 11000 | 1011000 | 0 | 101011 | 1100011 | 111000 |
Color Harmonies of #FEC01F
Complementary color
Monochromatic Colors of #FEC01F
Black with #FEC01F
Text Example
Text Example
White with #FEC01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC01F; }
p { color: rgb(254,192,31); }
H1.HeaderClassName
{
color: #FEC01F;
}
.AnyTagClassName
{
color: #FEC01F;
}
</style>
background-color css
<style>
a { background-color: #FEC01F; }
a { background-color: rgb(254,192,31); }
div.DivClassName
{
background-color: #FEC01F;
}
.BgClassName
{
background-color: #FEC01F;
}
</style>
border-color css
<style>
span { border-color: #FEC01F; }
span { border-color: rgb(254,192,31); }
td.TdClassName
{
border-color: #FEC01F;
}
.TagClassName
{
border-color: #FEC01F;
}
</style>