Shades of Moon Yellow #FEBD1C
Tints of Moon Yellow #FEBD1C
RGB
CMYK
RGB Variations
Color information
#FEBD1C (or 0xFEBD1C) is known color: Moon Yellow. HEX triplet: FE, BD and 1C. RGB value is (254,189,28). Sum of RGB (Red+Green+Blue) = 254+189+28=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 28 (11.33% from 255 or 5.94% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBD1C is #0142E3. Grayscale: #BEBEBE. Windows color (decimal): -82660 or 1883646. OLE color: 1883646.
HSL color Cylindrical-coordinate representation of color #FEBD1C: hue angle of 42.74º 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 #FEBD1C is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 28 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.00 |
| HSL | 42.74º | 0.99% | 0.55% | - |
| HSV(B) | 42.74º | 0.89% | 1% | - |
| XYZ | 59.28 | 57.55 | 9.08 | - |
| YUV | 190.08 | 36.53 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 28 | 0 | 0.26 | 0.89 | 0.00 | 42.74 | 0.99 | 0.55 |
| Hex | FE | BD | 1C | 0 | 1A | 59 | 0 | 2B | 63 | 37 |
| Octal | 376 | 275 | 34 | 0 | 32 | 131 | 0 | 53 | 143 | 67 |
| Binary | 11111110 | 10111101 | 11100 | 0 | 11010 | 1011001 | 0 | 101011 | 1100011 | 110111 |
Color Harmonies of #FEBD1C
Complementary color
Monochromatic Colors of #FEBD1C
Black with #FEBD1C
Text Example
Text Example
White with #FEBD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBD1C; }
p { color: rgb(254,189,28); }
H1.HeaderClassName
{
color: #FEBD1C;
}
.AnyTagClassName
{
color: #FEBD1C;
}
</style>
background-color css
<style>
a { background-color: #FEBD1C; }
a { background-color: rgb(254,189,28); }
div.DivClassName
{
background-color: #FEBD1C;
}
.BgClassName
{
background-color: #FEBD1C;
}
</style>
border-color css
<style>
span { border-color: #FEBD1C; }
span { border-color: rgb(254,189,28); }
td.TdClassName
{
border-color: #FEBD1C;
}
.TagClassName
{
border-color: #FEBD1C;
}
</style>