Shades of Moon Yellow #F5C115
Tints of Moon Yellow #F5C115
RGB
CMYK
RGB Variations
Color information
#F5C115 (or 0xF5C115) is known color: Moon Yellow. HEX triplet: F5, C1 and 15. RGB value is (245,193,21). Sum of RGB (Red+Green+Blue) = 245+193+21=459 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.38% from 459); Green value is 193 (75.78% from 255 or 42.05% from 459); Blue value is 21 (8.59% from 255 or 4.58% from 459); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C115 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5C115 is #0A3EEA. Grayscale: #BDBDBD. Windows color (decimal): -671467 or 1425909. OLE color: 1425909.
HSL color Cylindrical-coordinate representation of color #F5C115: hue angle of 46.07º 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 #F5C115 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 193 | 21 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.04 |
| HSL | 46.07º | 0.92% | 0.52% | - |
| HSV(B) | 46.07º | 0.91% | 0.96% | - |
| XYZ | 56.86 | 57.61 | 8.83 | - |
| YUV | 188.94 | 33.23 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 193 | 21 | 0 | 0.21 | 0.91 | 0.04 | 46.07 | 0.92 | 0.52 |
| Hex | F5 | C1 | 15 | 0 | 15 | 5B | 4 | 2E | 5C | 34 |
| Octal | 365 | 301 | 25 | 0 | 25 | 133 | 4 | 56 | 134 | 64 |
| Binary | 11110101 | 11000001 | 10101 | 0 | 10101 | 1011011 | 100 | 101110 | 1011100 | 110100 |
Color Harmonies of #F5C115
Complementary color
Monochromatic Colors of #F5C115
Black with #F5C115
Text Example
Text Example
White with #F5C115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C115; }
p { color: rgb(245,193,21); }
H1.HeaderClassName
{
color: #F5C115;
}
.AnyTagClassName
{
color: #F5C115;
}
</style>
background-color css
<style>
a { background-color: #F5C115; }
a { background-color: rgb(245,193,21); }
div.DivClassName
{
background-color: #F5C115;
}
.BgClassName
{
background-color: #F5C115;
}
</style>
border-color css
<style>
span { border-color: #F5C115; }
span { border-color: rgb(245,193,21); }
td.TdClassName
{
border-color: #F5C115;
}
.TagClassName
{
border-color: #F5C115;
}
</style>