Shades of Moon Yellow #F2C316
Tints of Moon Yellow #F2C316
RGB
CMYK
RGB Variations
Color information
#F2C316 (or 0xF2C316) is known color: Moon Yellow. HEX triplet: F2, C3 and 16. RGB value is (242,195,22). Sum of RGB (Red+Green+Blue) = 242+195+22=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 22 (8.98% from 255 or 4.79% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C316 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2C316 is #0D3CE9. Grayscale: #BEBEBE. Windows color (decimal): -867562 or 1491954. OLE color: 1491954.
HSL color Cylindrical-coordinate representation of color #F2C316: hue angle of 47.18º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2C316 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 195 | 22 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.05 |
| HSL | 47.18º | 0.89% | 0.52% | - |
| HSV(B) | 47.18º | 0.91% | 0.95% | - |
| XYZ | 56.28 | 57.97 | 8.98 | - |
| YUV | 189.33 | 33.57 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 195 | 22 | 0 | 0.19 | 0.91 | 0.05 | 47.18 | 0.89 | 0.52 |
| Hex | F2 | C3 | 16 | 0 | 13 | 5B | 5 | 2F | 59 | 34 |
| Octal | 362 | 303 | 26 | 0 | 23 | 133 | 5 | 57 | 131 | 64 |
| Binary | 11110010 | 11000011 | 10110 | 0 | 10011 | 1011011 | 101 | 101111 | 1011001 | 110100 |
Color Harmonies of #F2C316
Complementary color
Monochromatic Colors of #F2C316
Black with #F2C316
Text Example
Text Example
White with #F2C316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C316; }
p { color: rgb(242,195,22); }
H1.HeaderClassName
{
color: #F2C316;
}
.AnyTagClassName
{
color: #F2C316;
}
</style>
background-color css
<style>
a { background-color: #F2C316; }
a { background-color: rgb(242,195,22); }
div.DivClassName
{
background-color: #F2C316;
}
.BgClassName
{
background-color: #F2C316;
}
</style>
border-color css
<style>
span { border-color: #F2C316; }
span { border-color: rgb(242,195,22); }
td.TdClassName
{
border-color: #F2C316;
}
.TagClassName
{
border-color: #F2C316;
}
</style>