Shades of Moon Yellow #FFBD16
Tints of Moon Yellow #FFBD16
RGB
CMYK
RGB Variations
Color information
#FFBD16 (or 0xFFBD16) is known color: Moon Yellow. HEX triplet: FF, BD and 16. RGB value is (255,189,22). Sum of RGB (Red+Green+Blue) = 255+189+22=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 22 (8.98% from 255 or 4.72% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBD16 is #0042E9. Grayscale: #BEBEBE. Windows color (decimal): -17130 or 1490431. OLE color: 1490431.
HSL color Cylindrical-coordinate representation of color #FFBD16: hue angle of 43º 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 #FFBD16 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 22 | - |
| CMYK | 0 | 0.26 | 0.91 | 0 |
| HSL | 43º | 1% | 0.54% | - |
| HSV(B) | 43º | 0.91% | 1% | - |
| XYZ | 59.58 | 57.71 | 8.76 | - |
| YUV | 189.7 | 33.37 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 22 | 0 | 0.26 | 0.91 | 0 | 43 | 1 | 0.54 |
| Hex | FF | BD | 16 | 0 | 1A | 5B | 0 | 2B | 64 | 36 |
| Octal | 377 | 275 | 26 | 0 | 32 | 133 | 0 | 53 | 144 | 66 |
| Binary | 11111111 | 10111101 | 10110 | 0 | 11010 | 1011011 | 0 | 101011 | 1100100 | 110110 |
Color Harmonies of #FFBD16
Complementary color
Monochromatic Colors of #FFBD16
Black with #FFBD16
Text Example
Text Example
White with #FFBD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD16; }
p { color: rgb(255,189,22); }
H1.HeaderClassName
{
color: #FFBD16;
}
.AnyTagClassName
{
color: #FFBD16;
}
</style>
background-color css
<style>
a { background-color: #FFBD16; }
a { background-color: rgb(255,189,22); }
div.DivClassName
{
background-color: #FFBD16;
}
.BgClassName
{
background-color: #FFBD16;
}
</style>
border-color css
<style>
span { border-color: #FFBD16; }
span { border-color: rgb(255,189,22); }
td.TdClassName
{
border-color: #FFBD16;
}
.TagClassName
{
border-color: #FFBD16;
}
</style>