Shades of Moon Yellow #F0B416
Tints of Moon Yellow #F0B416
RGB
CMYK
RGB Variations
Color information
#F0B416 (or 0xF0B416) is known color: Moon Yellow. HEX triplet: F0, B4 and 16. RGB value is (240,180,22). Sum of RGB (Red+Green+Blue) = 240+180+22=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 22 (8.98% from 255 or 4.98% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B416 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B416 is #0F4BE9. Grayscale: #B4B4B4. Windows color (decimal): -1002474 or 1488112. OLE color: 1488112.
HSL color Cylindrical-coordinate representation of color #F0B416: hue angle of 43.49º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0B416 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 180 | 22 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.06 |
| HSL | 43.49º | 0.88% | 0.51% | - |
| HSV(B) | 43.49º | 0.91% | 0.94% | - |
| XYZ | 52.4 | 51.23 | 7.88 | - |
| YUV | 179.93 | 38.88 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 180 | 22 | 0 | 0.25 | 0.91 | 0.06 | 43.49 | 0.88 | 0.51 |
| Hex | F0 | B4 | 16 | 0 | 19 | 5B | 6 | 2B | 58 | 33 |
| Octal | 360 | 264 | 26 | 0 | 31 | 133 | 6 | 53 | 130 | 63 |
| Binary | 11110000 | 10110100 | 10110 | 0 | 11001 | 1011011 | 110 | 101011 | 1011000 | 110011 |
Color Harmonies of #F0B416
Complementary color
Monochromatic Colors of #F0B416
Black with #F0B416
Text Example
Text Example
White with #F0B416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B416; }
p { color: rgb(240,180,22); }
H1.HeaderClassName
{
color: #F0B416;
}
.AnyTagClassName
{
color: #F0B416;
}
</style>
background-color css
<style>
a { background-color: #F0B416; }
a { background-color: rgb(240,180,22); }
div.DivClassName
{
background-color: #F0B416;
}
.BgClassName
{
background-color: #F0B416;
}
</style>
border-color css
<style>
span { border-color: #F0B416; }
span { border-color: rgb(240,180,22); }
td.TdClassName
{
border-color: #F0B416;
}
.TagClassName
{
border-color: #F0B416;
}
</style>