Shades of Moon Yellow #F0C317
Tints of Moon Yellow #F0C317
RGB
CMYK
RGB Variations
Color information
#F0C317 (or 0xF0C317) is known color: Moon Yellow. HEX triplet: F0, C3 and 17. RGB value is (240,195,23). Sum of RGB (Red+Green+Blue) = 240+195+23=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 23 (9.38% from 255 or 5.02% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C317 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C317 is #0F3CE8. Grayscale: #BDBDBD. Windows color (decimal): -998633 or 1557488. OLE color: 1557488.
HSL color Cylindrical-coordinate representation of color #F0C317: hue angle of 47.56º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0C317 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 195 | 23 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.06 |
| HSL | 47.56º | 0.88% | 0.52% | - |
| HSV(B) | 47.56º | 0.9% | 0.94% | - |
| XYZ | 55.6 | 57.62 | 9 | - |
| YUV | 188.85 | 34.41 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 195 | 23 | 0 | 0.19 | 0.90 | 0.06 | 47.56 | 0.88 | 0.52 |
| Hex | F0 | C3 | 17 | 0 | 13 | 5A | 6 | 30 | 58 | 34 |
| Octal | 360 | 303 | 27 | 0 | 23 | 132 | 6 | 60 | 130 | 64 |
| Binary | 11110000 | 11000011 | 10111 | 0 | 10011 | 1011010 | 110 | 110000 | 1011000 | 110100 |
Color Harmonies of #F0C317
Complementary color
Monochromatic Colors of #F0C317
Black with #F0C317
Text Example
Text Example
White with #F0C317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C317; }
p { color: rgb(240,195,23); }
H1.HeaderClassName
{
color: #F0C317;
}
.AnyTagClassName
{
color: #F0C317;
}
</style>
background-color css
<style>
a { background-color: #F0C317; }
a { background-color: rgb(240,195,23); }
div.DivClassName
{
background-color: #F0C317;
}
.BgClassName
{
background-color: #F0C317;
}
</style>
border-color css
<style>
span { border-color: #F0C317; }
span { border-color: rgb(240,195,23); }
td.TdClassName
{
border-color: #F0C317;
}
.TagClassName
{
border-color: #F0C317;
}
</style>