Shades of Moon Yellow #F5C814
Tints of Moon Yellow #F5C814
RGB
CMYK
RGB Variations
Color information
#F5C814 (or 0xF5C814) is known color: Moon Yellow. HEX triplet: F5, C8 and 14. RGB value is (245,200,20). Sum of RGB (Red+Green+Blue) = 245+200+20=465 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.69% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 20 (8.20% from 255 or 4.30% from 465); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C814 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5C814 is #0A37EB. Grayscale: #C1C1C1. Windows color (decimal): -669676 or 1362165. OLE color: 1362165.
HSL color Cylindrical-coordinate representation of color #F5C814: hue angle of 48º 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 #F5C814 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 200 | 20 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.04 |
| HSL | 48º | 0.92% | 0.52% | - |
| HSV(B) | 48º | 0.92% | 0.96% | - |
| XYZ | 58.44 | 60.77 | 9.31 | - |
| YUV | 192.94 | 30.41 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 200 | 20 | 0 | 0.18 | 0.92 | 0.04 | 48 | 0.92 | 0.52 |
| Hex | F5 | C8 | 14 | 0 | 12 | 5C | 4 | 30 | 5C | 34 |
| Octal | 365 | 310 | 24 | 0 | 22 | 134 | 4 | 60 | 134 | 64 |
| Binary | 11110101 | 11001000 | 10100 | 0 | 10010 | 1011100 | 100 | 110000 | 1011100 | 110100 |
Color Harmonies of #F5C814
Complementary color
Monochromatic Colors of #F5C814
Black with #F5C814
Text Example
Text Example
White with #F5C814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C814; }
p { color: rgb(245,200,20); }
H1.HeaderClassName
{
color: #F5C814;
}
.AnyTagClassName
{
color: #F5C814;
}
</style>
background-color css
<style>
a { background-color: #F5C814; }
a { background-color: rgb(245,200,20); }
div.DivClassName
{
background-color: #F5C814;
}
.BgClassName
{
background-color: #F5C814;
}
</style>
border-color css
<style>
span { border-color: #F5C814; }
span { border-color: rgb(245,200,20); }
td.TdClassName
{
border-color: #F5C814;
}
.TagClassName
{
border-color: #F5C814;
}
</style>