Shades of Moon Yellow #F8C314
Tints of Moon Yellow #F8C314
RGB
CMYK
RGB Variations
Color information
#F8C314 (or 0xF8C314) is known color: Moon Yellow. HEX triplet: F8, C3 and 14. RGB value is (248,195,20). Sum of RGB (Red+Green+Blue) = 248+195+20=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 195 (76.56% from 255 or 42.12% from 463); Blue value is 20 (8.20% from 255 or 4.32% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8C314 is #073CEB. Grayscale: #BFBFBF. Windows color (decimal): -474348 or 1360888. OLE color: 1360888.
HSL color Cylindrical-coordinate representation of color #F8C314: hue angle of 46.05º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F8C314 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 195 | 20 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.03 |
| HSL | 46.05º | 0.94% | 0.53% | - |
| HSV(B) | 46.05º | 0.92% | 0.97% | - |
| XYZ | 58.35 | 59.04 | 8.98 | - |
| YUV | 190.9 | 31.56 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 195 | 20 | 0 | 0.21 | 0.92 | 0.03 | 46.05 | 0.94 | 0.53 |
| Hex | F8 | C3 | 14 | 0 | 15 | 5C | 3 | 2E | 5E | 35 |
| Octal | 370 | 303 | 24 | 0 | 25 | 134 | 3 | 56 | 136 | 65 |
| Binary | 11111000 | 11000011 | 10100 | 0 | 10101 | 1011100 | 11 | 101110 | 1011110 | 110101 |
Color Harmonies of #F8C314
Complementary color
Monochromatic Colors of #F8C314
Black with #F8C314
Text Example
Text Example
White with #F8C314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C314; }
p { color: rgb(248,195,20); }
H1.HeaderClassName
{
color: #F8C314;
}
.AnyTagClassName
{
color: #F8C314;
}
</style>
background-color css
<style>
a { background-color: #F8C314; }
a { background-color: rgb(248,195,20); }
div.DivClassName
{
background-color: #F8C314;
}
.BgClassName
{
background-color: #F8C314;
}
</style>
border-color css
<style>
span { border-color: #F8C314; }
span { border-color: rgb(248,195,20); }
td.TdClassName
{
border-color: #F8C314;
}
.TagClassName
{
border-color: #F8C314;
}
</style>