Shades of Moon Yellow #FFBE20
Tints of Moon Yellow #FFBE20
RGB
CMYK
RGB Variations
Color information
#FFBE20 (or 0xFFBE20) is known color: Moon Yellow. HEX triplet: FF, BE and 20. RGB value is (255,190,32). Sum of RGB (Red+Green+Blue) = 255+190+32=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 32 (12.89% from 255 or 6.71% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBE20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBE20 is #0041DF. Grayscale: #C0C0C0. Windows color (decimal): -16864 or 2146047. OLE color: 2146047.
HSL color Cylindrical-coordinate representation of color #FFBE20: hue angle of 42.51º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFBE20 is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 32 | - |
| CMYK | 0 | 0.25 | 0.87 | 0 |
| HSL | 42.51º | 1% | 0.56% | - |
| HSV(B) | 42.51º | 0.87% | 1% | - |
| XYZ | 59.91 | 58.19 | 9.44 | - |
| YUV | 191.42 | 38.03 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 32 | 0 | 0.25 | 0.87 | 0 | 42.51 | 1 | 0.56 |
| Hex | FF | BE | 20 | 0 | 19 | 57 | 0 | 2B | 64 | 38 |
| Octal | 377 | 276 | 40 | 0 | 31 | 127 | 0 | 53 | 144 | 70 |
| Binary | 11111111 | 10111110 | 100000 | 0 | 11001 | 1010111 | 0 | 101011 | 1100100 | 111000 |
Color Harmonies of #FFBE20
Complementary color
Monochromatic Colors of #FFBE20
Black with #FFBE20
Text Example
Text Example
White with #FFBE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBE20; }
p { color: rgb(255,190,32); }
H1.HeaderClassName
{
color: #FFBE20;
}
.AnyTagClassName
{
color: #FFBE20;
}
</style>
background-color css
<style>
a { background-color: #FFBE20; }
a { background-color: rgb(255,190,32); }
div.DivClassName
{
background-color: #FFBE20;
}
.BgClassName
{
background-color: #FFBE20;
}
</style>
border-color css
<style>
span { border-color: #FFBE20; }
span { border-color: rgb(255,190,32); }
td.TdClassName
{
border-color: #FFBE20;
}
.TagClassName
{
border-color: #FFBE20;
}
</style>