Shades of Moon Yellow #F1CA16
Tints of Moon Yellow #F1CA16
RGB
CMYK
RGB Variations
Color information
#F1CA16 (or 0xF1CA16) is known color: Moon Yellow. HEX triplet: F1, CA and 16. RGB value is (241,202,22). Sum of RGB (Red+Green+Blue) = 241+202+22=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 22 (8.98% from 255 or 4.73% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CA16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1CA16 is #0E35E9. Grayscale: #C1C1C1. Windows color (decimal): -931306 or 1493745. OLE color: 1493745.
HSL color Cylindrical-coordinate representation of color #F1CA16: hue angle of 49.32º 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 #F1CA16 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 202 | 22 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.05 |
| HSL | 49.32º | 0.89% | 0.52% | - |
| HSV(B) | 49.32º | 0.91% | 0.95% | - |
| XYZ | 57.54 | 61 | 9.5 | - |
| YUV | 193.14 | 31.42 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 202 | 22 | 0 | 0.16 | 0.91 | 0.05 | 49.32 | 0.89 | 0.52 |
| Hex | F1 | CA | 16 | 0 | 10 | 5B | 5 | 31 | 59 | 34 |
| Octal | 361 | 312 | 26 | 0 | 20 | 133 | 5 | 61 | 131 | 64 |
| Binary | 11110001 | 11001010 | 10110 | 0 | 10000 | 1011011 | 101 | 110001 | 1011001 | 110100 |
Color Harmonies of #F1CA16
Complementary color
Monochromatic Colors of #F1CA16
Black with #F1CA16
Text Example
Text Example
White with #F1CA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CA16; }
p { color: rgb(241,202,22); }
H1.HeaderClassName
{
color: #F1CA16;
}
.AnyTagClassName
{
color: #F1CA16;
}
</style>
background-color css
<style>
a { background-color: #F1CA16; }
a { background-color: rgb(241,202,22); }
div.DivClassName
{
background-color: #F1CA16;
}
.BgClassName
{
background-color: #F1CA16;
}
</style>
border-color css
<style>
span { border-color: #F1CA16; }
span { border-color: rgb(241,202,22); }
td.TdClassName
{
border-color: #F1CA16;
}
.TagClassName
{
border-color: #F1CA16;
}
</style>