Shades of Moon Yellow #F0B618
Tints of Moon Yellow #F0B618
RGB
CMYK
RGB Variations
Color information
#F0B618 (or 0xF0B618) is known color: Moon Yellow. HEX triplet: F0, B6 and 18. RGB value is (240,182,24). Sum of RGB (Red+Green+Blue) = 240+182+24=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 182 (71.48% from 255 or 40.81% from 446); Blue value is 24 (9.77% from 255 or 5.38% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B618 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B618 is #0F49E7. Grayscale: #B6B6B6. Windows color (decimal): -1001960 or 1619696. OLE color: 1619696.
HSL color Cylindrical-coordinate representation of color #F0B618: hue angle of 43.89º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0B618 is Cyan = 0, Magento = 0.24, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 182 | 24 | - |
| CMYK | 0 | 0.24 | 0.9 | 0.06 |
| HSL | 43.89º | 0.88% | 0.52% | - |
| HSV(B) | 43.89º | 0.9% | 0.94% | - |
| XYZ | 52.83 | 52.05 | 8.13 | - |
| YUV | 181.33 | 39.22 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 182 | 24 | 0 | 0.24 | 0.9 | 0.06 | 43.89 | 0.88 | 0.52 |
| Hex | F0 | B6 | 18 | 0 | 18 | 5A | 6 | 2C | 58 | 34 |
| Octal | 360 | 266 | 30 | 0 | 30 | 132 | 6 | 54 | 130 | 64 |
| Binary | 11110000 | 10110110 | 11000 | 0 | 11000 | 1011010 | 110 | 101100 | 1011000 | 110100 |
Color Harmonies of #F0B618
Complementary color
Monochromatic Colors of #F0B618
Black with #F0B618
Text Example
Text Example
White with #F0B618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B618; }
p { color: rgb(240,182,24); }
H1.HeaderClassName
{
color: #F0B618;
}
.AnyTagClassName
{
color: #F0B618;
}
</style>
background-color css
<style>
a { background-color: #F0B618; }
a { background-color: rgb(240,182,24); }
div.DivClassName
{
background-color: #F0B618;
}
.BgClassName
{
background-color: #F0B618;
}
</style>
border-color css
<style>
span { border-color: #F0B618; }
span { border-color: rgb(240,182,24); }
td.TdClassName
{
border-color: #F0B618;
}
.TagClassName
{
border-color: #F0B618;
}
</style>