Shades of Moon Yellow #FFBD15
Tints of Moon Yellow #FFBD15
RGB
CMYK
RGB Variations
Color information
#FFBD15 (or 0xFFBD15) is known color: Moon Yellow. HEX triplet: FF, BD and 15. RGB value is (255,189,21). Sum of RGB (Red+Green+Blue) = 255+189+21=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 21 (8.59% from 255 or 4.52% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBD15 is #0042EA. Grayscale: #BEBEBE. Windows color (decimal): -17131 or 1424895. OLE color: 1424895.
HSL color Cylindrical-coordinate representation of color #FFBD15: hue angle of 43.08º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFBD15 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 21 | - |
| CMYK | 0 | 0.26 | 0.92 | 0 |
| HSL | 43.08º | 1% | 0.54% | - |
| HSV(B) | 43.08º | 0.92% | 1% | - |
| XYZ | 59.57 | 57.71 | 8.71 | - |
| YUV | 189.58 | 32.87 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 21 | 0 | 0.26 | 0.92 | 0 | 43.08 | 1 | 0.54 |
| Hex | FF | BD | 15 | 0 | 1A | 5C | 0 | 2B | 64 | 36 |
| Octal | 377 | 275 | 25 | 0 | 32 | 134 | 0 | 53 | 144 | 66 |
| Binary | 11111111 | 10111101 | 10101 | 0 | 11010 | 1011100 | 0 | 101011 | 1100100 | 110110 |
Color Harmonies of #FFBD15
Complementary color
Monochromatic Colors of #FFBD15
Black with #FFBD15
Text Example
Text Example
White with #FFBD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD15; }
p { color: rgb(255,189,21); }
H1.HeaderClassName
{
color: #FFBD15;
}
.AnyTagClassName
{
color: #FFBD15;
}
</style>
background-color css
<style>
a { background-color: #FFBD15; }
a { background-color: rgb(255,189,21); }
div.DivClassName
{
background-color: #FFBD15;
}
.BgClassName
{
background-color: #FFBD15;
}
</style>
border-color css
<style>
span { border-color: #FFBD15; }
span { border-color: rgb(255,189,21); }
td.TdClassName
{
border-color: #FFBD15;
}
.TagClassName
{
border-color: #FFBD15;
}
</style>