Shades of Yellow #F1FA0A
Tints of Yellow #F1FA0A
RGB
CMYK
RGB Variations
Color information
#F1FA0A (or 0xF1FA0A) is known color: Yellow. HEX triplet: F1, FA and 0A. RGB value is (241,250,10). Sum of RGB (Red+Green+Blue) = 241+250+10=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 10 (4.30% from 255 or 2.00% from 501); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FA0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1FA0A is #0E05F5. Grayscale: #DCDCDC. Windows color (decimal): -919030 or 719601. OLE color: 719601.
HSL color Cylindrical-coordinate representation of color #F1FA0A: hue angle of 62.25º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F1FA0A is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 250 | 10 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.02 |
| HSL | 62.25º | 0.96% | 0.51% | - |
| HSV(B) | 62.25º | 0.96% | 0.98% | - |
| XYZ | 70.52 | 87.09 | 13.38 | - |
| YUV | 219.95 | 9.52 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 250 | 10 | 0.04 | 0 | 0.96 | 0.02 | 62.25 | 0.96 | 0.51 |
| Hex | F1 | FA | A | 4 | 0 | 60 | 2 | 3E | 60 | 33 |
| Octal | 361 | 372 | 12 | 4 | 0 | 140 | 2 | 76 | 140 | 63 |
| Binary | 11110001 | 11111010 | 1010 | 100 | 0 | 1100000 | 10 | 111110 | 1100000 | 110011 |
Color Harmonies of #F1FA0A
Complementary color
Monochromatic Colors of #F1FA0A
Black with #F1FA0A
Text Example
Text Example
White with #F1FA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FA0A; }
p { color: rgb(241,250,10); }
H1.HeaderClassName
{
color: #F1FA0A;
}
.AnyTagClassName
{
color: #F1FA0A;
}
</style>
background-color css
<style>
a { background-color: #F1FA0A; }
a { background-color: rgb(241,250,10); }
div.DivClassName
{
background-color: #F1FA0A;
}
.BgClassName
{
background-color: #F1FA0A;
}
</style>
border-color css
<style>
span { border-color: #F1FA0A; }
span { border-color: rgb(241,250,10); }
td.TdClassName
{
border-color: #F1FA0A;
}
.TagClassName
{
border-color: #F1FA0A;
}
</style>