Shades of Moon Yellow #FFC020
Tints of Moon Yellow #FFC020
RGB
CMYK
RGB Variations
Color information
#FFC020 (or 0xFFC020) is known color: Moon Yellow. HEX triplet: FF, C0 and 20. RGB value is (255,192,32). Sum of RGB (Red+Green+Blue) = 255+192+32=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 32 (12.89% from 255 or 6.68% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC020 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC020 is #003FDF. Grayscale: #C1C1C1. Windows color (decimal): -16352 or 2146559. OLE color: 2146559.
HSL color Cylindrical-coordinate representation of color #FFC020: hue angle of 43.05º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFC020 is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 32 | - |
| CMYK | 0 | 0.25 | 0.87 | 0 |
| HSL | 43.05º | 1% | 0.56% | - |
| HSV(B) | 43.05º | 0.87% | 1% | - |
| XYZ | 60.35 | 59.06 | 9.59 | - |
| YUV | 192.6 | 37.37 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 32 | 0 | 0.25 | 0.87 | 0 | 43.05 | 1 | 0.56 |
| Hex | FF | C0 | 20 | 0 | 19 | 57 | 0 | 2B | 64 | 38 |
| Octal | 377 | 300 | 40 | 0 | 31 | 127 | 0 | 53 | 144 | 70 |
| Binary | 11111111 | 11000000 | 100000 | 0 | 11001 | 1010111 | 0 | 101011 | 1100100 | 111000 |
Color Harmonies of #FFC020
Complementary color
Monochromatic Colors of #FFC020
Black with #FFC020
Text Example
Text Example
White with #FFC020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC020; }
p { color: rgb(255,192,32); }
H1.HeaderClassName
{
color: #FFC020;
}
.AnyTagClassName
{
color: #FFC020;
}
</style>
background-color css
<style>
a { background-color: #FFC020; }
a { background-color: rgb(255,192,32); }
div.DivClassName
{
background-color: #FFC020;
}
.BgClassName
{
background-color: #FFC020;
}
</style>
border-color css
<style>
span { border-color: #FFC020; }
span { border-color: rgb(255,192,32); }
td.TdClassName
{
border-color: #FFC020;
}
.TagClassName
{
border-color: #FFC020;
}
</style>