Shades of Yellow #F1F100
Tints of Yellow #F1F100
RGB
CMYK
RGB Variations
Color information
#F1F100 (or 0xF1F100) is known color: Yellow. HEX triplet: F1, F1 and 00. RGB value is (241,241,0). Sum of RGB (Red+Green+Blue) = 241+241+0=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 241 (94.53% from 255 or 50% from 482); Blue value is 0 (0.39% from 255 or 0% from 482); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F100 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1F100 is #0E0EFF. Grayscale: #D6D6D6. Windows color (decimal): -921344 or 61937. OLE color: 61937.
HSL color Cylindrical-coordinate representation of color #F1F100: hue angle of 60º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F1F100 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 241 | 0 | - |
| CMYK | 0 | 0 | 1 | 0.05 |
| HSL | 60º | 1% | 0.47% | - |
| HSV(B) | 60º | 1% | 0.95% | - |
| XYZ | 67.73 | 81.61 | 12.18 | - |
| YUV | 213.53 | 7.5 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 241 | 0 | 0 | 0 | 1 | 0.05 | 60 | 1 | 0.47 |
| Hex | F1 | F1 | 0 | 0 | 0 | 64 | 5 | 3C | 64 | 2F |
| Octal | 361 | 361 | 0 | 0 | 0 | 144 | 5 | 74 | 144 | 57 |
| Binary | 11110001 | 11110001 | 0 | 0 | 0 | 1100100 | 101 | 111100 | 1100100 | 101111 |
Color Harmonies of #F1F100
Complementary color
Monochromatic Colors of #F1F100
Black with #F1F100
Text Example
Text Example
White with #F1F100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F100; }
p { color: rgb(241,241,0); }
H1.HeaderClassName
{
color: #F1F100;
}
.AnyTagClassName
{
color: #F1F100;
}
</style>
background-color css
<style>
a { background-color: #F1F100; }
a { background-color: rgb(241,241,0); }
div.DivClassName
{
background-color: #F1F100;
}
.BgClassName
{
background-color: #F1F100;
}
</style>
border-color css
<style>
span { border-color: #F1F100; }
span { border-color: rgb(241,241,0); }
td.TdClassName
{
border-color: #F1F100;
}
.TagClassName
{
border-color: #F1F100;
}
</style>