Shades of Moon Yellow #FFB920
Tints of Moon Yellow #FFB920
RGB
CMYK
RGB Variations
Color information
#FFB920 (or 0xFFB920) is known color: Moon Yellow. HEX triplet: FF, B9 and 20. RGB value is (255,185,32). Sum of RGB (Red+Green+Blue) = 255+185+32=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 32 (12.89% from 255 or 6.78% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB920 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB920 is #0046DF. Grayscale: #BDBDBD. Windows color (decimal): -18144 or 2144767. OLE color: 2144767.
HSL color Cylindrical-coordinate representation of color #FFB920: hue angle of 41.17º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFB920 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 32 | - |
| CMYK | 0 | 0.27 | 0.87 | 0 |
| HSL | 41.17º | 1% | 0.56% | - |
| HSV(B) | 41.17º | 0.87% | 1% | - |
| XYZ | 58.85 | 56.06 | 9.09 | - |
| YUV | 188.49 | 39.69 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 32 | 0 | 0.27 | 0.87 | 0 | 41.17 | 1 | 0.56 |
| Hex | FF | B9 | 20 | 0 | 1B | 57 | 0 | 29 | 64 | 38 |
| Octal | 377 | 271 | 40 | 0 | 33 | 127 | 0 | 51 | 144 | 70 |
| Binary | 11111111 | 10111001 | 100000 | 0 | 11011 | 1010111 | 0 | 101001 | 1100100 | 111000 |
Color Harmonies of #FFB920
Complementary color
Monochromatic Colors of #FFB920
Black with #FFB920
Text Example
Text Example
White with #FFB920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB920; }
p { color: rgb(255,185,32); }
H1.HeaderClassName
{
color: #FFB920;
}
.AnyTagClassName
{
color: #FFB920;
}
</style>
background-color css
<style>
a { background-color: #FFB920; }
a { background-color: rgb(255,185,32); }
div.DivClassName
{
background-color: #FFB920;
}
.BgClassName
{
background-color: #FFB920;
}
</style>
border-color css
<style>
span { border-color: #FFB920; }
span { border-color: rgb(255,185,32); }
td.TdClassName
{
border-color: #FFB920;
}
.TagClassName
{
border-color: #FFB920;
}
</style>