Shades of Moon Yellow #F2C714
Tints of Moon Yellow #F2C714
RGB
CMYK
RGB Variations
Color information
#F2C714 (or 0xF2C714) is known color: Moon Yellow. HEX triplet: F2, C7 and 14. RGB value is (242,199,20). Sum of RGB (Red+Green+Blue) = 242+199+20=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 20 (8.20% from 255 or 4.34% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C714 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2C714 is #0D38EB. Grayscale: #C0C0C0. Windows color (decimal): -866540 or 1361906. OLE color: 1361906.
HSL color Cylindrical-coordinate representation of color #F2C714: hue angle of 48.38º 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 #F2C714 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 199 | 20 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.05 |
| HSL | 48.38º | 0.9% | 0.51% | - |
| HSV(B) | 48.38º | 0.92% | 0.95% | - |
| XYZ | 57.17 | 59.77 | 9.19 | - |
| YUV | 191.45 | 31.25 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 199 | 20 | 0 | 0.18 | 0.92 | 0.05 | 48.38 | 0.9 | 0.51 |
| Hex | F2 | C7 | 14 | 0 | 12 | 5C | 5 | 30 | 5A | 33 |
| Octal | 362 | 307 | 24 | 0 | 22 | 134 | 5 | 60 | 132 | 63 |
| Binary | 11110010 | 11000111 | 10100 | 0 | 10010 | 1011100 | 101 | 110000 | 1011010 | 110011 |
Color Harmonies of #F2C714
Complementary color
Monochromatic Colors of #F2C714
Black with #F2C714
Text Example
Text Example
White with #F2C714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C714; }
p { color: rgb(242,199,20); }
H1.HeaderClassName
{
color: #F2C714;
}
.AnyTagClassName
{
color: #F2C714;
}
</style>
background-color css
<style>
a { background-color: #F2C714; }
a { background-color: rgb(242,199,20); }
div.DivClassName
{
background-color: #F2C714;
}
.BgClassName
{
background-color: #F2C714;
}
</style>
border-color css
<style>
span { border-color: #F2C714; }
span { border-color: rgb(242,199,20); }
td.TdClassName
{
border-color: #F2C714;
}
.TagClassName
{
border-color: #F2C714;
}
</style>