Shades of Moon Yellow #FDBE20
Tints of Moon Yellow #FDBE20
RGB
CMYK
RGB Variations
Color information
#FDBE20 (or 0xFDBE20) is known color: Moon Yellow. HEX triplet: FD, BE and 20. RGB value is (253,190,32). Sum of RGB (Red+Green+Blue) = 253+190+32=475 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.26% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 32 (12.89% from 255 or 6.74% from 475); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBE20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBE20 is #0241DF. Grayscale: #BFBFBF. Windows color (decimal): -147936 or 2146045. OLE color: 2146045.
HSL color Cylindrical-coordinate representation of color #FDBE20: hue angle of 42.9º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FDBE20 is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 190 | 32 | - |
| CMYK | 0 | 0.25 | 0.87 | 0.01 |
| HSL | 42.9º | 0.98% | 0.56% | - |
| HSV(B) | 42.9º | 0.87% | 0.99% | - |
| XYZ | 59.18 | 57.81 | 9.41 | - |
| YUV | 190.83 | 38.37 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 190 | 32 | 0 | 0.25 | 0.87 | 0.01 | 42.9 | 0.98 | 0.56 |
| Hex | FD | BE | 20 | 0 | 19 | 57 | 1 | 2B | 62 | 38 |
| Octal | 375 | 276 | 40 | 0 | 31 | 127 | 1 | 53 | 142 | 70 |
| Binary | 11111101 | 10111110 | 100000 | 0 | 11001 | 1010111 | 1 | 101011 | 1100010 | 111000 |
Color Harmonies of #FDBE20
Complementary color
Monochromatic Colors of #FDBE20
Black with #FDBE20
Text Example
Text Example
White with #FDBE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBE20; }
p { color: rgb(253,190,32); }
H1.HeaderClassName
{
color: #FDBE20;
}
.AnyTagClassName
{
color: #FDBE20;
}
</style>
background-color css
<style>
a { background-color: #FDBE20; }
a { background-color: rgb(253,190,32); }
div.DivClassName
{
background-color: #FDBE20;
}
.BgClassName
{
background-color: #FDBE20;
}
</style>
border-color css
<style>
span { border-color: #FDBE20; }
span { border-color: rgb(253,190,32); }
td.TdClassName
{
border-color: #FDBE20;
}
.TagClassName
{
border-color: #FDBE20;
}
</style>