Shades of Yellow #F1F900
Tints of Yellow #F1F900
RGB
CMYK
RGB Variations
Color information
#F1F900 (or 0xF1F900) is known color: Yellow. HEX triplet: F1, F9 and 00. RGB value is (241,249,0). Sum of RGB (Red+Green+Blue) = 241+249+0=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 249 (97.66% from 255 or 50.82% from 490); Blue value is 0 (0.39% from 255 or 0% from 490); Max value from RGB is 249 - color contains mainly: green. Hex color #F1F900 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1F900 is #0E06FF. Grayscale: #DBDBDB. Windows color (decimal): -919296 or 63985. OLE color: 63985.
HSL color Cylindrical-coordinate representation of color #F1F900: hue angle of 61.93º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F1F900 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 249 | 0 | - |
| CMYK | 0.03 | 0 | 1 | 0.02 |
| HSL | 61.93º | 1% | 0.49% | - |
| HSV(B) | 61.93º | 1% | 0.98% | - |
| XYZ | 70.15 | 86.45 | 12.99 | - |
| YUV | 218.22 | 4.85 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 249 | 0 | 0.03 | 0 | 1 | 0.02 | 61.93 | 1 | 0.49 |
| Hex | F1 | F9 | 0 | 3 | 0 | 64 | 2 | 3E | 64 | 31 |
| Octal | 361 | 371 | 0 | 3 | 0 | 144 | 2 | 76 | 144 | 61 |
| Binary | 11110001 | 11111001 | 0 | 11 | 0 | 1100100 | 10 | 111110 | 1100100 | 110001 |
Color Harmonies of #F1F900
Complementary color
Monochromatic Colors of #F1F900
Black with #F1F900
Text Example
Text Example
White with #F1F900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F900; }
p { color: rgb(241,249,0); }
H1.HeaderClassName
{
color: #F1F900;
}
.AnyTagClassName
{
color: #F1F900;
}
</style>
background-color css
<style>
a { background-color: #F1F900; }
a { background-color: rgb(241,249,0); }
div.DivClassName
{
background-color: #F1F900;
}
.BgClassName
{
background-color: #F1F900;
}
</style>
border-color css
<style>
span { border-color: #F1F900; }
span { border-color: rgb(241,249,0); }
td.TdClassName
{
border-color: #F1F900;
}
.TagClassName
{
border-color: #F1F900;
}
</style>