Shades of Moon Yellow #FEC01B
Tints of Moon Yellow #FEC01B
RGB
CMYK
RGB Variations
Color information
#FEC01B (or 0xFEC01B) is known color: Moon Yellow. HEX triplet: FE, C0 and 1B. RGB value is (254,192,27). Sum of RGB (Red+Green+Blue) = 254+192+27=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 27 (10.94% from 255 or 5.71% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC01B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC01B is #013FE4. Grayscale: #C0C0C0. Windows color (decimal): -81893 or 1818878. OLE color: 1818878.
HSL color Cylindrical-coordinate representation of color #FEC01B: hue angle of 43.61º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FEC01B is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 27 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.00 |
| HSL | 43.61º | 0.99% | 0.55% | - |
| HSV(B) | 43.61º | 0.89% | 1% | - |
| XYZ | 59.92 | 58.85 | 9.24 | - |
| YUV | 191.73 | 35.04 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 27 | 0 | 0.24 | 0.89 | 0.00 | 43.61 | 0.99 | 0.55 |
| Hex | FE | C0 | 1B | 0 | 18 | 59 | 0 | 2C | 63 | 37 |
| Octal | 376 | 300 | 33 | 0 | 30 | 131 | 0 | 54 | 143 | 67 |
| Binary | 11111110 | 11000000 | 11011 | 0 | 11000 | 1011001 | 0 | 101100 | 1100011 | 110111 |
Color Harmonies of #FEC01B
Complementary color
Monochromatic Colors of #FEC01B
Black with #FEC01B
Text Example
Text Example
White with #FEC01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC01B; }
p { color: rgb(254,192,27); }
H1.HeaderClassName
{
color: #FEC01B;
}
.AnyTagClassName
{
color: #FEC01B;
}
</style>
background-color css
<style>
a { background-color: #FEC01B; }
a { background-color: rgb(254,192,27); }
div.DivClassName
{
background-color: #FEC01B;
}
.BgClassName
{
background-color: #FEC01B;
}
</style>
border-color css
<style>
span { border-color: #FEC01B; }
span { border-color: rgb(254,192,27); }
td.TdClassName
{
border-color: #FEC01B;
}
.TagClassName
{
border-color: #FEC01B;
}
</style>