Shades of Moon Yellow #F2C814
Tints of Moon Yellow #F2C814
RGB
CMYK
RGB Variations
Color information
#F2C814 (or 0xF2C814) is known color: Moon Yellow. HEX triplet: F2, C8 and 14. RGB value is (242,200,20). Sum of RGB (Red+Green+Blue) = 242+200+20=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 200 (78.52% from 255 or 43.29% from 462); Blue value is 20 (8.20% from 255 or 4.33% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C814 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2C814 is #0D37EB. Grayscale: #C0C0C0. Windows color (decimal): -866284 or 1362162. OLE color: 1362162.
HSL color Cylindrical-coordinate representation of color #F2C814: hue angle of 48.65º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F2C814 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 200 | 20 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.05 |
| HSL | 48.65º | 0.9% | 0.51% | - |
| HSV(B) | 48.65º | 0.92% | 0.95% | - |
| XYZ | 57.4 | 60.24 | 9.26 | - |
| YUV | 192.04 | 30.91 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 200 | 20 | 0 | 0.17 | 0.92 | 0.05 | 48.65 | 0.9 | 0.51 |
| Hex | F2 | C8 | 14 | 0 | 11 | 5C | 5 | 31 | 5A | 33 |
| Octal | 362 | 310 | 24 | 0 | 21 | 134 | 5 | 61 | 132 | 63 |
| Binary | 11110010 | 11001000 | 10100 | 0 | 10001 | 1011100 | 101 | 110001 | 1011010 | 110011 |
Color Harmonies of #F2C814
Complementary color
Monochromatic Colors of #F2C814
Black with #F2C814
Text Example
Text Example
White with #F2C814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C814; }
p { color: rgb(242,200,20); }
H1.HeaderClassName
{
color: #F2C814;
}
.AnyTagClassName
{
color: #F2C814;
}
</style>
background-color css
<style>
a { background-color: #F2C814; }
a { background-color: rgb(242,200,20); }
div.DivClassName
{
background-color: #F2C814;
}
.BgClassName
{
background-color: #F2C814;
}
</style>
border-color css
<style>
span { border-color: #F2C814; }
span { border-color: rgb(242,200,20); }
td.TdClassName
{
border-color: #F2C814;
}
.TagClassName
{
border-color: #F2C814;
}
</style>