Shades of Moon Yellow #FEBF20
Tints of Moon Yellow #FEBF20
RGB
CMYK
RGB Variations
Color information
#FEBF20 (or 0xFEBF20) is known color: Moon Yellow. HEX triplet: FE, BF and 20. RGB value is (254,191,32). Sum of RGB (Red+Green+Blue) = 254+191+32=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 32 (12.89% from 255 or 6.71% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBF20 is #0140DF. Grayscale: #C0C0C0. Windows color (decimal): -82144 or 2146302. OLE color: 2146302.
HSL color Cylindrical-coordinate representation of color #FEBF20: hue angle of 42.97º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FEBF20 is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 191 | 32 | - |
| CMYK | 0 | 0.25 | 0.87 | 0.00 |
| HSL | 42.97º | 0.99% | 0.56% | - |
| HSV(B) | 42.97º | 0.87% | 1% | - |
| XYZ | 59.76 | 58.44 | 9.5 | - |
| YUV | 191.71 | 37.87 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 191 | 32 | 0 | 0.25 | 0.87 | 0.00 | 42.97 | 0.99 | 0.56 |
| Hex | FE | BF | 20 | 0 | 19 | 57 | 0 | 2B | 63 | 38 |
| Octal | 376 | 277 | 40 | 0 | 31 | 127 | 0 | 53 | 143 | 70 |
| Binary | 11111110 | 10111111 | 100000 | 0 | 11001 | 1010111 | 0 | 101011 | 1100011 | 111000 |
Color Harmonies of #FEBF20
Complementary color
Monochromatic Colors of #FEBF20
Black with #FEBF20
Text Example
Text Example
White with #FEBF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBF20; }
p { color: rgb(254,191,32); }
H1.HeaderClassName
{
color: #FEBF20;
}
.AnyTagClassName
{
color: #FEBF20;
}
</style>
background-color css
<style>
a { background-color: #FEBF20; }
a { background-color: rgb(254,191,32); }
div.DivClassName
{
background-color: #FEBF20;
}
.BgClassName
{
background-color: #FEBF20;
}
</style>
border-color css
<style>
span { border-color: #FEBF20; }
span { border-color: rgb(254,191,32); }
td.TdClassName
{
border-color: #FEBF20;
}
.TagClassName
{
border-color: #FEBF20;
}
</style>