Shades of Moon Yellow #F0C61B
Tints of Moon Yellow #F0C61B
RGB
CMYK
RGB Variations
Color information
#F0C61B (or 0xF0C61B) is known color: Moon Yellow. HEX triplet: F0, C6 and 1B. RGB value is (240,198,27). Sum of RGB (Red+Green+Blue) = 240+198+27=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 27 (10.94% from 255 or 5.81% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C61B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C61B is #0F39E4. Grayscale: #BFBFBF. Windows color (decimal): -997861 or 1820400. OLE color: 1820400.
HSL color Cylindrical-coordinate representation of color #F0C61B: hue angle of 48.17º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0C61B is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 198 | 27 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.06 |
| HSL | 48.17º | 0.88% | 0.52% | - |
| HSV(B) | 48.17º | 0.89% | 0.94% | - |
| XYZ | 56.33 | 58.99 | 9.45 | - |
| YUV | 191.06 | 35.41 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 198 | 27 | 0 | 0.18 | 0.89 | 0.06 | 48.17 | 0.88 | 0.52 |
| Hex | F0 | C6 | 1B | 0 | 12 | 59 | 6 | 30 | 58 | 34 |
| Octal | 360 | 306 | 33 | 0 | 22 | 131 | 6 | 60 | 130 | 64 |
| Binary | 11110000 | 11000110 | 11011 | 0 | 10010 | 1011001 | 110 | 110000 | 1011000 | 110100 |
Color Harmonies of #F0C61B
Complementary color
Monochromatic Colors of #F0C61B
Black with #F0C61B
Text Example
Text Example
White with #F0C61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C61B; }
p { color: rgb(240,198,27); }
H1.HeaderClassName
{
color: #F0C61B;
}
.AnyTagClassName
{
color: #F0C61B;
}
</style>
background-color css
<style>
a { background-color: #F0C61B; }
a { background-color: rgb(240,198,27); }
div.DivClassName
{
background-color: #F0C61B;
}
.BgClassName
{
background-color: #F0C61B;
}
</style>
border-color css
<style>
span { border-color: #F0C61B; }
span { border-color: rgb(240,198,27); }
td.TdClassName
{
border-color: #F0C61B;
}
.TagClassName
{
border-color: #F0C61B;
}
</style>