Shades of Moon Yellow #F8C020
Tints of Moon Yellow #F8C020
RGB
CMYK
RGB Variations
Color information
#F8C020 (or 0xF8C020) is known color: Moon Yellow. HEX triplet: F8, C0 and 20. RGB value is (248,192,32). Sum of RGB (Red+Green+Blue) = 248+192+32=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 32 (12.89% from 255 or 6.78% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C020 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C020 is #073FDF. Grayscale: #BFBFBF. Windows color (decimal): -475104 or 2146552. OLE color: 2146552.
HSL color Cylindrical-coordinate representation of color #F8C020: hue angle of 44.44º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F8C020 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 192 | 32 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.03 |
| HSL | 44.44º | 0.94% | 0.55% | - |
| HSV(B) | 44.44º | 0.87% | 0.97% | - |
| XYZ | 57.82 | 57.76 | 9.47 | - |
| YUV | 190.5 | 38.55 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 32 | 0 | 0.23 | 0.87 | 0.03 | 44.44 | 0.94 | 0.55 |
| Hex | F8 | C0 | 20 | 0 | 17 | 57 | 3 | 2C | 5E | 37 |
| Octal | 370 | 300 | 40 | 0 | 27 | 127 | 3 | 54 | 136 | 67 |
| Binary | 11111000 | 11000000 | 100000 | 0 | 10111 | 1010111 | 11 | 101100 | 1011110 | 110111 |
Color Harmonies of #F8C020
Complementary color
Monochromatic Colors of #F8C020
Black with #F8C020
Text Example
Text Example
White with #F8C020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C020; }
p { color: rgb(248,192,32); }
H1.HeaderClassName
{
color: #F8C020;
}
.AnyTagClassName
{
color: #F8C020;
}
</style>
background-color css
<style>
a { background-color: #F8C020; }
a { background-color: rgb(248,192,32); }
div.DivClassName
{
background-color: #F8C020;
}
.BgClassName
{
background-color: #F8C020;
}
</style>
border-color css
<style>
span { border-color: #F8C020; }
span { border-color: rgb(248,192,32); }
td.TdClassName
{
border-color: #F8C020;
}
.TagClassName
{
border-color: #F8C020;
}
</style>