Shades of Yellow #F1FF12
Tints of Yellow #F1FF12
RGB
CMYK
RGB Variations
Color information
#F1FF12 (or 0xF1FF12) is known color: Yellow. HEX triplet: F1, FF and 12. RGB value is (241,255,18). Sum of RGB (Red+Green+Blue) = 241+255+18=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 18 (7.42% from 255 or 3.50% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FF12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1FF12 is #0E00ED. Grayscale: #E0E0E0. Windows color (decimal): -917742 or 1245169. OLE color: 1245169.
HSL color Cylindrical-coordinate representation of color #F1FF12: hue angle of 63.54º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F1FF12 is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 255 | 18 | - |
| CMYK | 0.05 | 0 | 0.93 | 0 |
| HSL | 63.54º | 1% | 0.54% | - |
| HSV(B) | 63.54º | 0.93% | 1% | - |
| XYZ | 72.14 | 90.26 | 14.19 | - |
| YUV | 223.8 | 11.86 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 255 | 18 | 0.05 | 0 | 0.93 | 0 | 63.54 | 1 | 0.54 |
| Hex | F1 | FF | 12 | 5 | 0 | 5D | 0 | 40 | 64 | 36 |
| Octal | 361 | 377 | 22 | 5 | 0 | 135 | 0 | 100 | 144 | 66 |
| Binary | 11110001 | 11111111 | 10010 | 101 | 0 | 1011101 | 0 | 1000000 | 1100100 | 110110 |
Color Harmonies of #F1FF12
Complementary color
Monochromatic Colors of #F1FF12
Black with #F1FF12
Text Example
Text Example
White with #F1FF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FF12; }
p { color: rgb(241,255,18); }
H1.HeaderClassName
{
color: #F1FF12;
}
.AnyTagClassName
{
color: #F1FF12;
}
</style>
background-color css
<style>
a { background-color: #F1FF12; }
a { background-color: rgb(241,255,18); }
div.DivClassName
{
background-color: #F1FF12;
}
.BgClassName
{
background-color: #F1FF12;
}
</style>
border-color css
<style>
span { border-color: #F1FF12; }
span { border-color: rgb(241,255,18); }
td.TdClassName
{
border-color: #F1FF12;
}
.TagClassName
{
border-color: #F1FF12;
}
</style>