Shades of Moon Yellow #F2B816
Tints of Moon Yellow #F2B816
RGB
CMYK
RGB Variations
Color information
#F2B816 (or 0xF2B816) is known color: Moon Yellow. HEX triplet: F2, B8 and 16. RGB value is (242,184,22). Sum of RGB (Red+Green+Blue) = 242+184+22=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 22 (8.98% from 255 or 4.91% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B816 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B816 is #0D47E9. Grayscale: #B7B7B7. Windows color (decimal): -870378 or 1489138. OLE color: 1489138.
HSL color Cylindrical-coordinate representation of color #F2B816: hue angle of 44.18º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2B816 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 184 | 22 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.05 |
| HSL | 44.18º | 0.89% | 0.52% | - |
| HSV(B) | 44.18º | 0.91% | 0.95% | - |
| XYZ | 53.9 | 53.22 | 8.19 | - |
| YUV | 182.87 | 37.22 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 184 | 22 | 0 | 0.24 | 0.91 | 0.05 | 44.18 | 0.89 | 0.52 |
| Hex | F2 | B8 | 16 | 0 | 18 | 5B | 5 | 2C | 59 | 34 |
| Octal | 362 | 270 | 26 | 0 | 30 | 133 | 5 | 54 | 131 | 64 |
| Binary | 11110010 | 10111000 | 10110 | 0 | 11000 | 1011011 | 101 | 101100 | 1011001 | 110100 |
Color Harmonies of #F2B816
Complementary color
Monochromatic Colors of #F2B816
Black with #F2B816
Text Example
Text Example
White with #F2B816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B816; }
p { color: rgb(242,184,22); }
H1.HeaderClassName
{
color: #F2B816;
}
.AnyTagClassName
{
color: #F2B816;
}
</style>
background-color css
<style>
a { background-color: #F2B816; }
a { background-color: rgb(242,184,22); }
div.DivClassName
{
background-color: #F2B816;
}
.BgClassName
{
background-color: #F2B816;
}
</style>
border-color css
<style>
span { border-color: #F2B816; }
span { border-color: rgb(242,184,22); }
td.TdClassName
{
border-color: #F2B816;
}
.TagClassName
{
border-color: #F2B816;
}
</style>