Shades of Moon Yellow #FEB91D
Tints of Moon Yellow #FEB91D
RGB
CMYK
RGB Variations
Color information
#FEB91D (or 0xFEB91D) is known color: Moon Yellow. HEX triplet: FE, B9 and 1D. RGB value is (254,185,29). Sum of RGB (Red+Green+Blue) = 254+185+29=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 29 (11.72% from 255 or 6.20% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB91D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB91D is #0146E2. Grayscale: #BCBCBC. Windows color (decimal): -83683 or 1948158. OLE color: 1948158.
HSL color Cylindrical-coordinate representation of color #FEB91D: hue angle of 41.6º 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 #FEB91D is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 185 | 29 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.00 |
| HSL | 41.6º | 0.99% | 0.55% | - |
| HSV(B) | 41.6º | 0.89% | 1% | - |
| XYZ | 58.44 | 55.86 | 8.86 | - |
| YUV | 187.85 | 38.36 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 185 | 29 | 0 | 0.27 | 0.89 | 0.00 | 41.6 | 0.99 | 0.55 |
| Hex | FE | B9 | 1D | 0 | 1B | 59 | 0 | 2A | 63 | 37 |
| Octal | 376 | 271 | 35 | 0 | 33 | 131 | 0 | 52 | 143 | 67 |
| Binary | 11111110 | 10111001 | 11101 | 0 | 11011 | 1011001 | 0 | 101010 | 1100011 | 110111 |
Color Harmonies of #FEB91D
Complementary color
Monochromatic Colors of #FEB91D
Black with #FEB91D
Text Example
Text Example
White with #FEB91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB91D; }
p { color: rgb(254,185,29); }
H1.HeaderClassName
{
color: #FEB91D;
}
.AnyTagClassName
{
color: #FEB91D;
}
</style>
background-color css
<style>
a { background-color: #FEB91D; }
a { background-color: rgb(254,185,29); }
div.DivClassName
{
background-color: #FEB91D;
}
.BgClassName
{
background-color: #FEB91D;
}
</style>
border-color css
<style>
span { border-color: #FEB91D; }
span { border-color: rgb(254,185,29); }
td.TdClassName
{
border-color: #FEB91D;
}
.TagClassName
{
border-color: #FEB91D;
}
</style>