Shades of Yellow #F1F600
Tints of Yellow #F1F600
RGB
CMYK
RGB Variations
Color information
#F1F600 (or 0xF1F600) is known color: Yellow. HEX triplet: F1, F6 and 00. RGB value is (241,246,0). Sum of RGB (Red+Green+Blue) = 241+246+0=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 246 (96.48% from 255 or 50.51% from 487); Blue value is 0 (0.39% from 255 or 0% from 487); Max value from RGB is 246 - color contains mainly: green. Hex color #F1F600 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1F600 is #0E09FF. Grayscale: #D9D9D9. Windows color (decimal): -920064 or 63217. OLE color: 63217.
HSL color Cylindrical-coordinate representation of color #F1F600: hue angle of 61.22º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F1F600 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 246 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.04 |
| HSL | 61.22º | 1% | 0.48% | - |
| HSV(B) | 61.22º | 1% | 0.96% | - |
| XYZ | 69.23 | 84.61 | 12.68 | - |
| YUV | 216.46 | 5.84 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 246 | 0 | 0.02 | 0 | 1 | 0.04 | 61.22 | 1 | 0.48 |
| Hex | F1 | F6 | 0 | 2 | 0 | 64 | 4 | 3D | 64 | 30 |
| Octal | 361 | 366 | 0 | 2 | 0 | 144 | 4 | 75 | 144 | 60 |
| Binary | 11110001 | 11110110 | 0 | 10 | 0 | 1100100 | 100 | 111101 | 1100100 | 110000 |
Color Harmonies of #F1F600
Complementary color
Monochromatic Colors of #F1F600
Black with #F1F600
Text Example
Text Example
White with #F1F600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F600; }
p { color: rgb(241,246,0); }
H1.HeaderClassName
{
color: #F1F600;
}
.AnyTagClassName
{
color: #F1F600;
}
</style>
background-color css
<style>
a { background-color: #F1F600; }
a { background-color: rgb(241,246,0); }
div.DivClassName
{
background-color: #F1F600;
}
.BgClassName
{
background-color: #F1F600;
}
</style>
border-color css
<style>
span { border-color: #F1F600; }
span { border-color: rgb(241,246,0); }
td.TdClassName
{
border-color: #F1F600;
}
.TagClassName
{
border-color: #F1F600;
}
</style>