Shades of Moon Yellow #F8C319
Tints of Moon Yellow #F8C319
RGB
CMYK
RGB Variations
Color information
#F8C319 (or 0xF8C319) is known color: Moon Yellow. HEX triplet: F8, C3 and 19. RGB value is (248,195,25). Sum of RGB (Red+Green+Blue) = 248+195+25=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 25 (10.16% from 255 or 5.34% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C319 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8C319 is #073CE6. Grayscale: #C0C0C0. Windows color (decimal): -474343 or 1688568. OLE color: 1688568.
HSL color Cylindrical-coordinate representation of color #F8C319: hue angle of 45.74º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F8C319 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 195 | 25 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.03 |
| HSL | 45.74º | 0.94% | 0.54% | - |
| HSV(B) | 45.74º | 0.9% | 0.97% | - |
| XYZ | 58.4 | 59.06 | 9.24 | - |
| YUV | 191.47 | 34.06 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 195 | 25 | 0 | 0.21 | 0.90 | 0.03 | 45.74 | 0.94 | 0.54 |
| Hex | F8 | C3 | 19 | 0 | 15 | 5A | 3 | 2E | 5E | 36 |
| Octal | 370 | 303 | 31 | 0 | 25 | 132 | 3 | 56 | 136 | 66 |
| Binary | 11111000 | 11000011 | 11001 | 0 | 10101 | 1011010 | 11 | 101110 | 1011110 | 110110 |
Color Harmonies of #F8C319
Complementary color
Monochromatic Colors of #F8C319
Black with #F8C319
Text Example
Text Example
White with #F8C319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C319; }
p { color: rgb(248,195,25); }
H1.HeaderClassName
{
color: #F8C319;
}
.AnyTagClassName
{
color: #F8C319;
}
</style>
background-color css
<style>
a { background-color: #F8C319; }
a { background-color: rgb(248,195,25); }
div.DivClassName
{
background-color: #F8C319;
}
.BgClassName
{
background-color: #F8C319;
}
</style>
border-color css
<style>
span { border-color: #F8C319; }
span { border-color: rgb(248,195,25); }
td.TdClassName
{
border-color: #F8C319;
}
.TagClassName
{
border-color: #F8C319;
}
</style>