Shades of Moon Yellow #FFBD22
Tints of Moon Yellow #FFBD22
RGB
CMYK
RGB Variations
Color information
#FFBD22 (or 0xFFBD22) is known color: Moon Yellow. HEX triplet: FF, BD and 22. RGB value is (255,189,34). Sum of RGB (Red+Green+Blue) = 255+189+34=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 34 (13.67% from 255 or 7.11% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBD22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBD22 is #0042DD. Grayscale: #BFBFBF. Windows color (decimal): -17118 or 2276863. OLE color: 2276863.
HSL color Cylindrical-coordinate representation of color #FFBD22: hue angle of 42.08º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFBD22 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 189 | 34 | - |
| CMYK | 0 | 0.26 | 0.87 | 0 |
| HSL | 42.08º | 1% | 0.57% | - |
| HSV(B) | 42.08º | 0.87% | 1% | - |
| XYZ | 59.73 | 57.77 | 9.52 | - |
| YUV | 191.06 | 39.37 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 189 | 34 | 0 | 0.26 | 0.87 | 0 | 42.08 | 1 | 0.57 |
| Hex | FF | BD | 22 | 0 | 1A | 57 | 0 | 2A | 64 | 39 |
| Octal | 377 | 275 | 42 | 0 | 32 | 127 | 0 | 52 | 144 | 71 |
| Binary | 11111111 | 10111101 | 100010 | 0 | 11010 | 1010111 | 0 | 101010 | 1100100 | 111001 |
Color Harmonies of #FFBD22
Complementary color
Monochromatic Colors of #FFBD22
Black with #FFBD22
Text Example
Text Example
White with #FFBD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBD22; }
p { color: rgb(255,189,34); }
H1.HeaderClassName
{
color: #FFBD22;
}
.AnyTagClassName
{
color: #FFBD22;
}
</style>
background-color css
<style>
a { background-color: #FFBD22; }
a { background-color: rgb(255,189,34); }
div.DivClassName
{
background-color: #FFBD22;
}
.BgClassName
{
background-color: #FFBD22;
}
</style>
border-color css
<style>
span { border-color: #FFBD22; }
span { border-color: rgb(255,189,34); }
td.TdClassName
{
border-color: #FFBD22;
}
.TagClassName
{
border-color: #FFBD22;
}
</style>