Shades of Moon Yellow #F1CB19
Tints of Moon Yellow #F1CB19
RGB
CMYK
RGB Variations
Color information
#F1CB19 (or 0xF1CB19) is known color: Moon Yellow. HEX triplet: F1, CB and 19. RGB value is (241,203,25). Sum of RGB (Red+Green+Blue) = 241+203+25=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 25 (10.16% from 255 or 5.33% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CB19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1CB19 is #0E34E6. Grayscale: #C2C2C2. Windows color (decimal): -931047 or 1690609. OLE color: 1690609.
HSL color Cylindrical-coordinate representation of color #F1CB19: hue angle of 49.44º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F1CB19 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 203 | 25 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.05 |
| HSL | 49.44º | 0.89% | 0.52% | - |
| HSV(B) | 49.44º | 0.9% | 0.95% | - |
| XYZ | 57.81 | 61.48 | 9.74 | - |
| YUV | 194.07 | 32.59 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 203 | 25 | 0 | 0.16 | 0.90 | 0.05 | 49.44 | 0.89 | 0.52 |
| Hex | F1 | CB | 19 | 0 | 10 | 5A | 5 | 31 | 59 | 34 |
| Octal | 361 | 313 | 31 | 0 | 20 | 132 | 5 | 61 | 131 | 64 |
| Binary | 11110001 | 11001011 | 11001 | 0 | 10000 | 1011010 | 101 | 110001 | 1011001 | 110100 |
Color Harmonies of #F1CB19
Complementary color
Monochromatic Colors of #F1CB19
Black with #F1CB19
Text Example
Text Example
White with #F1CB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CB19; }
p { color: rgb(241,203,25); }
H1.HeaderClassName
{
color: #F1CB19;
}
.AnyTagClassName
{
color: #F1CB19;
}
</style>
background-color css
<style>
a { background-color: #F1CB19; }
a { background-color: rgb(241,203,25); }
div.DivClassName
{
background-color: #F1CB19;
}
.BgClassName
{
background-color: #F1CB19;
}
</style>
border-color css
<style>
span { border-color: #F1CB19; }
span { border-color: rgb(241,203,25); }
td.TdClassName
{
border-color: #F1CB19;
}
.TagClassName
{
border-color: #F1CB19;
}
</style>