Shades of Moon Yellow #FDBF16
Tints of Moon Yellow #FDBF16
RGB
CMYK
RGB Variations
Color information
#FDBF16 (or 0xFDBF16) is known color: Moon Yellow. HEX triplet: FD, BF and 16. RGB value is (253,191,22). Sum of RGB (Red+Green+Blue) = 253+191+22=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 22 (8.98% from 255 or 4.72% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBF16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBF16 is #0240E9. Grayscale: #BFBFBF. Windows color (decimal): -147690 or 1490941. OLE color: 1490941.
HSL color Cylindrical-coordinate representation of color #FDBF16: hue angle of 43.9º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FDBF16 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 191 | 22 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.01 |
| HSL | 43.9º | 0.98% | 0.54% | - |
| HSV(B) | 43.9º | 0.91% | 0.99% | - |
| XYZ | 59.28 | 58.2 | 8.87 | - |
| YUV | 190.27 | 33.04 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 191 | 22 | 0 | 0.25 | 0.91 | 0.01 | 43.9 | 0.98 | 0.54 |
| Hex | FD | BF | 16 | 0 | 19 | 5B | 1 | 2C | 62 | 36 |
| Octal | 375 | 277 | 26 | 0 | 31 | 133 | 1 | 54 | 142 | 66 |
| Binary | 11111101 | 10111111 | 10110 | 0 | 11001 | 1011011 | 1 | 101100 | 1100010 | 110110 |
Color Harmonies of #FDBF16
Complementary color
Monochromatic Colors of #FDBF16
Black with #FDBF16
Text Example
Text Example
White with #FDBF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBF16; }
p { color: rgb(253,191,22); }
H1.HeaderClassName
{
color: #FDBF16;
}
.AnyTagClassName
{
color: #FDBF16;
}
</style>
background-color css
<style>
a { background-color: #FDBF16; }
a { background-color: rgb(253,191,22); }
div.DivClassName
{
background-color: #FDBF16;
}
.BgClassName
{
background-color: #FDBF16;
}
</style>
border-color css
<style>
span { border-color: #FDBF16; }
span { border-color: rgb(253,191,22); }
td.TdClassName
{
border-color: #FDBF16;
}
.TagClassName
{
border-color: #FDBF16;
}
</style>