Shades of Moon Yellow #FEBF14
Tints of Moon Yellow #FEBF14
RGB
CMYK
RGB Variations
Color information
#FEBF14 (or 0xFEBF14) is known color: Moon Yellow. HEX triplet: FE, BF and 14. RGB value is (254,191,20). Sum of RGB (Red+Green+Blue) = 254+191+20=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 20 (8.20% from 255 or 4.30% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEBF14 is #0140EB. Grayscale: #BFBFBF. Windows color (decimal): -82156 or 1359870. OLE color: 1359870.
HSL color Cylindrical-coordinate representation of color #FEBF14: hue angle of 43.85º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FEBF14 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 191 | 20 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.00 |
| HSL | 43.85º | 0.99% | 0.54% | - |
| HSV(B) | 43.85º | 0.92% | 1% | - |
| XYZ | 59.63 | 58.38 | 8.79 | - |
| YUV | 190.34 | 31.87 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 191 | 20 | 0 | 0.25 | 0.92 | 0.00 | 43.85 | 0.99 | 0.54 |
| Hex | FE | BF | 14 | 0 | 19 | 5C | 0 | 2C | 63 | 36 |
| Octal | 376 | 277 | 24 | 0 | 31 | 134 | 0 | 54 | 143 | 66 |
| Binary | 11111110 | 10111111 | 10100 | 0 | 11001 | 1011100 | 0 | 101100 | 1100011 | 110110 |
Color Harmonies of #FEBF14
Complementary color
Monochromatic Colors of #FEBF14
Black with #FEBF14
Text Example
Text Example
White with #FEBF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBF14; }
p { color: rgb(254,191,20); }
H1.HeaderClassName
{
color: #FEBF14;
}
.AnyTagClassName
{
color: #FEBF14;
}
</style>
background-color css
<style>
a { background-color: #FEBF14; }
a { background-color: rgb(254,191,20); }
div.DivClassName
{
background-color: #FEBF14;
}
.BgClassName
{
background-color: #FEBF14;
}
</style>
border-color css
<style>
span { border-color: #FEBF14; }
span { border-color: rgb(254,191,20); }
td.TdClassName
{
border-color: #FEBF14;
}
.TagClassName
{
border-color: #FEBF14;
}
</style>