Shades of Moon Yellow #F5C720
Tints of Moon Yellow #F5C720
RGB
CMYK
RGB Variations
Color information
#F5C720 (or 0xF5C720) is known color: Moon Yellow. HEX triplet: F5, C7 and 20. RGB value is (245,199,32). Sum of RGB (Red+Green+Blue) = 245+199+32=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 199 (78.12% from 255 or 41.81% from 476); Blue value is 32 (12.89% from 255 or 6.72% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C720 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C720 is #0A38DF. Grayscale: #C2C2C2. Windows color (decimal): -669920 or 2148341. OLE color: 2148341.
HSL color Cylindrical-coordinate representation of color #F5C720: hue angle of 47.04º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F5C720 is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 199 | 32 | - |
| CMYK | 0 | 0.19 | 0.87 | 0.04 |
| HSL | 47.04º | 0.91% | 0.54% | - |
| HSV(B) | 47.04º | 0.87% | 0.96% | - |
| XYZ | 58.34 | 60.36 | 9.94 | - |
| YUV | 193.72 | 36.74 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 199 | 32 | 0 | 0.19 | 0.87 | 0.04 | 47.04 | 0.91 | 0.54 |
| Hex | F5 | C7 | 20 | 0 | 13 | 57 | 4 | 2F | 5B | 36 |
| Octal | 365 | 307 | 40 | 0 | 23 | 127 | 4 | 57 | 133 | 66 |
| Binary | 11110101 | 11000111 | 100000 | 0 | 10011 | 1010111 | 100 | 101111 | 1011011 | 110110 |
Color Harmonies of #F5C720
Complementary color
Monochromatic Colors of #F5C720
Black with #F5C720
Text Example
Text Example
White with #F5C720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C720; }
p { color: rgb(245,199,32); }
H1.HeaderClassName
{
color: #F5C720;
}
.AnyTagClassName
{
color: #F5C720;
}
</style>
background-color css
<style>
a { background-color: #F5C720; }
a { background-color: rgb(245,199,32); }
div.DivClassName
{
background-color: #F5C720;
}
.BgClassName
{
background-color: #F5C720;
}
</style>
border-color css
<style>
span { border-color: #F5C720; }
span { border-color: rgb(245,199,32); }
td.TdClassName
{
border-color: #F5C720;
}
.TagClassName
{
border-color: #F5C720;
}
</style>