Shades of Moon Yellow #F5C815
Tints of Moon Yellow #F5C815
RGB
CMYK
RGB Variations
Color information
#F5C815 (or 0xF5C815) is known color: Moon Yellow. HEX triplet: F5, C8 and 15. RGB value is (245,200,21). Sum of RGB (Red+Green+Blue) = 245+200+21=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 21 (8.59% from 255 or 4.51% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C815 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5C815 is #0A37EA. Grayscale: #C1C1C1. Windows color (decimal): -669675 or 1427701. OLE color: 1427701.
HSL color Cylindrical-coordinate representation of color #F5C815: hue angle of 47.95º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F5C815 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 200 | 21 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.04 |
| HSL | 47.95º | 0.92% | 0.52% | - |
| HSV(B) | 47.95º | 0.91% | 0.96% | - |
| XYZ | 58.45 | 60.78 | 9.36 | - |
| YUV | 193.05 | 30.91 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 200 | 21 | 0 | 0.18 | 0.91 | 0.04 | 47.95 | 0.92 | 0.52 |
| Hex | F5 | C8 | 15 | 0 | 12 | 5B | 4 | 30 | 5C | 34 |
| Octal | 365 | 310 | 25 | 0 | 22 | 133 | 4 | 60 | 134 | 64 |
| Binary | 11110101 | 11001000 | 10101 | 0 | 10010 | 1011011 | 100 | 110000 | 1011100 | 110100 |
Color Harmonies of #F5C815
Complementary color
Monochromatic Colors of #F5C815
Black with #F5C815
Text Example
Text Example
White with #F5C815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C815; }
p { color: rgb(245,200,21); }
H1.HeaderClassName
{
color: #F5C815;
}
.AnyTagClassName
{
color: #F5C815;
}
</style>
background-color css
<style>
a { background-color: #F5C815; }
a { background-color: rgb(245,200,21); }
div.DivClassName
{
background-color: #F5C815;
}
.BgClassName
{
background-color: #F5C815;
}
</style>
border-color css
<style>
span { border-color: #F5C815; }
span { border-color: rgb(245,200,21); }
td.TdClassName
{
border-color: #F5C815;
}
.TagClassName
{
border-color: #F5C815;
}
</style>