Shades of Moon Yellow #F5C014
Tints of Moon Yellow #F5C014
RGB
CMYK
RGB Variations
Color information
#F5C014 (or 0xF5C014) is known color: Moon Yellow. HEX triplet: F5, C0 and 14. RGB value is (245,192,20). Sum of RGB (Red+Green+Blue) = 245+192+20=457 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.61% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 20 (8.20% from 255 or 4.38% from 457); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5C014 is #0A3FEB. Grayscale: #BCBCBC. Windows color (decimal): -671724 or 1360117. OLE color: 1360117.
HSL color Cylindrical-coordinate representation of color #F5C014: hue angle of 45.87º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F5C014 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 192 | 20 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.04 |
| HSL | 45.87º | 0.92% | 0.52% | - |
| HSV(B) | 45.87º | 0.92% | 0.96% | - |
| XYZ | 56.63 | 57.16 | 8.71 | - |
| YUV | 188.24 | 33.06 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 192 | 20 | 0 | 0.22 | 0.92 | 0.04 | 45.87 | 0.92 | 0.52 |
| Hex | F5 | C0 | 14 | 0 | 16 | 5C | 4 | 2E | 5C | 34 |
| Octal | 365 | 300 | 24 | 0 | 26 | 134 | 4 | 56 | 134 | 64 |
| Binary | 11110101 | 11000000 | 10100 | 0 | 10110 | 1011100 | 100 | 101110 | 1011100 | 110100 |
Color Harmonies of #F5C014
Complementary color
Monochromatic Colors of #F5C014
Black with #F5C014
Text Example
Text Example
White with #F5C014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C014; }
p { color: rgb(245,192,20); }
H1.HeaderClassName
{
color: #F5C014;
}
.AnyTagClassName
{
color: #F5C014;
}
</style>
background-color css
<style>
a { background-color: #F5C014; }
a { background-color: rgb(245,192,20); }
div.DivClassName
{
background-color: #F5C014;
}
.BgClassName
{
background-color: #F5C014;
}
</style>
border-color css
<style>
span { border-color: #F5C014; }
span { border-color: rgb(245,192,20); }
td.TdClassName
{
border-color: #F5C014;
}
.TagClassName
{
border-color: #F5C014;
}
</style>