Shades of Moon Yellow #FEB81F
Tints of Moon Yellow #FEB81F
RGB
CMYK
RGB Variations
Color information
#FEB81F (or 0xFEB81F) is known color: Moon Yellow. HEX triplet: FE, B8 and 1F. RGB value is (254,184,31). Sum of RGB (Red+Green+Blue) = 254+184+31=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 31 (12.5% from 255 or 6.61% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB81F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB81F is #0147E0. Grayscale: #BCBCBC. Windows color (decimal): -83937 or 2078974. OLE color: 2078974.
HSL color Cylindrical-coordinate representation of color #FEB81F: hue angle of 41.17º 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 #FEB81F is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 184 | 31 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.00 |
| HSL | 41.17º | 0.99% | 0.56% | - |
| HSV(B) | 41.17º | 0.88% | 1% | - |
| XYZ | 58.26 | 55.45 | 8.93 | - |
| YUV | 187.49 | 39.69 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 184 | 31 | 0 | 0.28 | 0.88 | 0.00 | 41.17 | 0.99 | 0.56 |
| Hex | FE | B8 | 1F | 0 | 1C | 58 | 0 | 29 | 63 | 38 |
| Octal | 376 | 270 | 37 | 0 | 34 | 130 | 0 | 51 | 143 | 70 |
| Binary | 11111110 | 10111000 | 11111 | 0 | 11100 | 1011000 | 0 | 101001 | 1100011 | 111000 |
Color Harmonies of #FEB81F
Complementary color
Monochromatic Colors of #FEB81F
Black with #FEB81F
Text Example
Text Example
White with #FEB81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB81F; }
p { color: rgb(254,184,31); }
H1.HeaderClassName
{
color: #FEB81F;
}
.AnyTagClassName
{
color: #FEB81F;
}
</style>
background-color css
<style>
a { background-color: #FEB81F; }
a { background-color: rgb(254,184,31); }
div.DivClassName
{
background-color: #FEB81F;
}
.BgClassName
{
background-color: #FEB81F;
}
</style>
border-color css
<style>
span { border-color: #FEB81F; }
span { border-color: rgb(254,184,31); }
td.TdClassName
{
border-color: #FEB81F;
}
.TagClassName
{
border-color: #FEB81F;
}
</style>