Shades of Moon Yellow #FFBE16
Tints of Moon Yellow #FFBE16
RGB
CMYK
RGB Variations
Color information
#FFBE16 (or 0xFFBE16) is known color: Moon Yellow. HEX triplet: FF, BE and 16. RGB value is (255,190,22). Sum of RGB (Red+Green+Blue) = 255+190+22=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 22 (8.98% from 255 or 4.71% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBE16 is #0041E9. Grayscale: #BFBFBF. Windows color (decimal): -16874 or 1490687. OLE color: 1490687.
HSL color Cylindrical-coordinate representation of color #FFBE16: hue angle of 43.26º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFBE16 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 22 | - |
| CMYK | 0 | 0.25 | 0.91 | 0 |
| HSL | 43.26º | 1% | 0.54% | - |
| HSV(B) | 43.26º | 0.91% | 1% | - |
| XYZ | 59.8 | 58.14 | 8.83 | - |
| YUV | 190.28 | 33.03 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 22 | 0 | 0.25 | 0.91 | 0 | 43.26 | 1 | 0.54 |
| Hex | FF | BE | 16 | 0 | 19 | 5B | 0 | 2B | 64 | 36 |
| Octal | 377 | 276 | 26 | 0 | 31 | 133 | 0 | 53 | 144 | 66 |
| Binary | 11111111 | 10111110 | 10110 | 0 | 11001 | 1011011 | 0 | 101011 | 1100100 | 110110 |
Color Harmonies of #FFBE16
Complementary color
Monochromatic Colors of #FFBE16
Black with #FFBE16
Text Example
Text Example
White with #FFBE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE16; }
p { color: rgb(255,190,22); }
H1.HeaderClassName
{
color: #FFBE16;
}
.AnyTagClassName
{
color: #FFBE16;
}
</style>
background-color css
<style>
a { background-color: #FFBE16; }
a { background-color: rgb(255,190,22); }
div.DivClassName
{
background-color: #FFBE16;
}
.BgClassName
{
background-color: #FFBE16;
}
</style>
border-color css
<style>
span { border-color: #FFBE16; }
span { border-color: rgb(255,190,22); }
td.TdClassName
{
border-color: #FFBE16;
}
.TagClassName
{
border-color: #FFBE16;
}
</style>