Shades of Moon Yellow #FEBF21
Tints of Moon Yellow #FEBF21
RGB
CMYK
RGB Variations
Color information
#FEBF21 (or 0xFEBF21) is known color: Moon Yellow. HEX triplet: FE, BF and 21. RGB value is (254,191,33). Sum of RGB (Red+Green+Blue) = 254+191+33=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 191 (75% from 255 or 39.96% from 478); Blue value is 33 (13.28% from 255 or 6.90% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBF21 is #0140DE. Grayscale: #C0C0C0. Windows color (decimal): -82143 or 2211838. OLE color: 2211838.
HSL color Cylindrical-coordinate representation of color #FEBF21: hue angle of 42.9º 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 #FEBF21 is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 191 | 33 | - |
| CMYK | 0 | 0.25 | 0.87 | 0.00 |
| HSL | 42.9º | 0.99% | 0.56% | - |
| HSV(B) | 42.9º | 0.87% | 1% | - |
| XYZ | 59.78 | 58.44 | 9.57 | - |
| YUV | 191.83 | 38.37 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 191 | 33 | 0 | 0.25 | 0.87 | 0.00 | 42.9 | 0.99 | 0.56 |
| Hex | FE | BF | 21 | 0 | 19 | 57 | 0 | 2B | 63 | 38 |
| Octal | 376 | 277 | 41 | 0 | 31 | 127 | 0 | 53 | 143 | 70 |
| Binary | 11111110 | 10111111 | 100001 | 0 | 11001 | 1010111 | 0 | 101011 | 1100011 | 111000 |
Color Harmonies of #FEBF21
Complementary color
Monochromatic Colors of #FEBF21
Black with #FEBF21
Text Example
Text Example
White with #FEBF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBF21; }
p { color: rgb(254,191,33); }
H1.HeaderClassName
{
color: #FEBF21;
}
.AnyTagClassName
{
color: #FEBF21;
}
</style>
background-color css
<style>
a { background-color: #FEBF21; }
a { background-color: rgb(254,191,33); }
div.DivClassName
{
background-color: #FEBF21;
}
.BgClassName
{
background-color: #FEBF21;
}
</style>
border-color css
<style>
span { border-color: #FEBF21; }
span { border-color: rgb(254,191,33); }
td.TdClassName
{
border-color: #FEBF21;
}
.TagClassName
{
border-color: #FEBF21;
}
</style>