Shades of Moon Yellow #F5C022
Tints of Moon Yellow #F5C022
RGB
CMYK
RGB Variations
Color information
#F5C022 (or 0xF5C022) is known color: Moon Yellow. HEX triplet: F5, C0 and 22. RGB value is (245,192,34). Sum of RGB (Red+Green+Blue) = 245+192+34=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 34 (13.67% from 255 or 7.22% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C022 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C022 is #0A3FDD. Grayscale: #BEBEBE. Windows color (decimal): -671710 or 2277621. OLE color: 2277621.
HSL color Cylindrical-coordinate representation of color #F5C022: hue angle of 44.93º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F5C022 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 192 | 34 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.04 |
| HSL | 44.93º | 0.91% | 0.55% | - |
| HSV(B) | 44.93º | 0.86% | 0.96% | - |
| XYZ | 56.79 | 57.23 | 9.57 | - |
| YUV | 189.84 | 40.06 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 192 | 34 | 0 | 0.22 | 0.86 | 0.04 | 44.93 | 0.91 | 0.55 |
| Hex | F5 | C0 | 22 | 0 | 16 | 56 | 4 | 2D | 5B | 37 |
| Octal | 365 | 300 | 42 | 0 | 26 | 126 | 4 | 55 | 133 | 67 |
| Binary | 11110101 | 11000000 | 100010 | 0 | 10110 | 1010110 | 100 | 101101 | 1011011 | 110111 |
Color Harmonies of #F5C022
Complementary color
Monochromatic Colors of #F5C022
Black with #F5C022
Text Example
Text Example
White with #F5C022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C022; }
p { color: rgb(245,192,34); }
H1.HeaderClassName
{
color: #F5C022;
}
.AnyTagClassName
{
color: #F5C022;
}
</style>
background-color css
<style>
a { background-color: #F5C022; }
a { background-color: rgb(245,192,34); }
div.DivClassName
{
background-color: #F5C022;
}
.BgClassName
{
background-color: #F5C022;
}
</style>
border-color css
<style>
span { border-color: #F5C022; }
span { border-color: rgb(245,192,34); }
td.TdClassName
{
border-color: #F5C022;
}
.TagClassName
{
border-color: #F5C022;
}
</style>