Shades of Yellow #F1FE00
Tints of Yellow #F1FE00
RGB
CMYK
RGB Variations
Color information
#F1FE00 (or 0xF1FE00) is known color: Yellow. HEX triplet: F1, FE and 00. RGB value is (241,254,0). Sum of RGB (Red+Green+Blue) = 241+254+0=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 254 (99.61% from 255 or 51.31% from 495); Blue value is 0 (0.39% from 255 or 0% from 495); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FE00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1FE00 is #0E01FF. Grayscale: #DEDEDE. Windows color (decimal): -918016 or 65265. OLE color: 65265.
HSL color Cylindrical-coordinate representation of color #F1FE00: hue angle of 63.07º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F1FE00 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 254 | 0 | - |
| CMYK | 0.05 | 0 | 1 | 0.00 |
| HSL | 63.07º | 1% | 0.5% | - |
| HSV(B) | 63.07º | 1% | 1% | - |
| XYZ | 71.72 | 89.58 | 13.51 | - |
| YUV | 221.16 | 3.19 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 254 | 0 | 0.05 | 0 | 1 | 0.00 | 63.07 | 1 | 0.5 |
| Hex | F1 | FE | 0 | 5 | 0 | 64 | 0 | 3F | 64 | 32 |
| Octal | 361 | 376 | 0 | 5 | 0 | 144 | 0 | 77 | 144 | 62 |
| Binary | 11110001 | 11111110 | 0 | 101 | 0 | 1100100 | 0 | 111111 | 1100100 | 110010 |
Color Harmonies of #F1FE00
Complementary color
Monochromatic Colors of #F1FE00
Black with #F1FE00
Text Example
Text Example
White with #F1FE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FE00; }
p { color: rgb(241,254,0); }
H1.HeaderClassName
{
color: #F1FE00;
}
.AnyTagClassName
{
color: #F1FE00;
}
</style>
background-color css
<style>
a { background-color: #F1FE00; }
a { background-color: rgb(241,254,0); }
div.DivClassName
{
background-color: #F1FE00;
}
.BgClassName
{
background-color: #F1FE00;
}
</style>
border-color css
<style>
span { border-color: #F1FE00; }
span { border-color: rgb(241,254,0); }
td.TdClassName
{
border-color: #F1FE00;
}
.TagClassName
{
border-color: #F1FE00;
}
</style>