Shades of Yellow #F1FA03
Tints of Yellow #F1FA03
RGB
CMYK
RGB Variations
Color information
#F1FA03 (or 0xF1FA03) is known color: Yellow. HEX triplet: F1, FA and 03. RGB value is (241,250,3). Sum of RGB (Red+Green+Blue) = 241+250+3=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 250 (98.05% from 255 or 50.61% from 494); Blue value is 3 (1.56% from 255 or 0.61% from 494); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FA03 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1FA03 is #0E05FC. Grayscale: #DCDCDC. Windows color (decimal): -919037 or 260849. OLE color: 260849.
HSL color Cylindrical-coordinate representation of color #F1FA03: hue angle of 62.19º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F1FA03 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 250 | 3 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.02 |
| HSL | 62.19º | 0.98% | 0.5% | - |
| HSV(B) | 62.19º | 0.99% | 0.98% | - |
| XYZ | 70.48 | 87.08 | 13.18 | - |
| YUV | 219.15 | 6.02 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 250 | 3 | 0.04 | 0 | 0.99 | 0.02 | 62.19 | 0.98 | 0.5 |
| Hex | F1 | FA | 3 | 4 | 0 | 63 | 2 | 3E | 62 | 32 |
| Octal | 361 | 372 | 3 | 4 | 0 | 143 | 2 | 76 | 142 | 62 |
| Binary | 11110001 | 11111010 | 11 | 100 | 0 | 1100011 | 10 | 111110 | 1100010 | 110010 |
Color Harmonies of #F1FA03
Complementary color
Monochromatic Colors of #F1FA03
Black with #F1FA03
Text Example
Text Example
White with #F1FA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FA03; }
p { color: rgb(241,250,3); }
H1.HeaderClassName
{
color: #F1FA03;
}
.AnyTagClassName
{
color: #F1FA03;
}
</style>
background-color css
<style>
a { background-color: #F1FA03; }
a { background-color: rgb(241,250,3); }
div.DivClassName
{
background-color: #F1FA03;
}
.BgClassName
{
background-color: #F1FA03;
}
</style>
border-color css
<style>
span { border-color: #F1FA03; }
span { border-color: rgb(241,250,3); }
td.TdClassName
{
border-color: #F1FA03;
}
.TagClassName
{
border-color: #F1FA03;
}
</style>