Shades of Yellow #F1FA0B
Tints of Yellow #F1FA0B
RGB
CMYK
RGB Variations
Color information
#F1FA0B (or 0xF1FA0B) is known color: Yellow. HEX triplet: F1, FA and 0B. RGB value is (241,250,11). Sum of RGB (Red+Green+Blue) = 241+250+11=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 11 (4.69% from 255 or 2.19% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FA0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1FA0B is #0E05F4. Grayscale: #DDDDDD. Windows color (decimal): -919029 or 785137. OLE color: 785137.
HSL color Cylindrical-coordinate representation of color #F1FA0B: hue angle of 62.26º 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 #F1FA0B is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 250 | 11 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.02 |
| HSL | 62.26º | 0.96% | 0.51% | - |
| HSV(B) | 62.26º | 0.96% | 0.98% | - |
| XYZ | 70.52 | 87.1 | 13.41 | - |
| YUV | 220.06 | 10.02 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 250 | 11 | 0.04 | 0 | 0.96 | 0.02 | 62.26 | 0.96 | 0.51 |
| Hex | F1 | FA | B | 4 | 0 | 60 | 2 | 3E | 60 | 33 |
| Octal | 361 | 372 | 13 | 4 | 0 | 140 | 2 | 76 | 140 | 63 |
| Binary | 11110001 | 11111010 | 1011 | 100 | 0 | 1100000 | 10 | 111110 | 1100000 | 110011 |
Color Harmonies of #F1FA0B
Complementary color
Monochromatic Colors of #F1FA0B
Black with #F1FA0B
Text Example
Text Example
White with #F1FA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FA0B; }
p { color: rgb(241,250,11); }
H1.HeaderClassName
{
color: #F1FA0B;
}
.AnyTagClassName
{
color: #F1FA0B;
}
</style>
background-color css
<style>
a { background-color: #F1FA0B; }
a { background-color: rgb(241,250,11); }
div.DivClassName
{
background-color: #F1FA0B;
}
.BgClassName
{
background-color: #F1FA0B;
}
</style>
border-color css
<style>
span { border-color: #F1FA0B; }
span { border-color: rgb(241,250,11); }
td.TdClassName
{
border-color: #F1FA0B;
}
.TagClassName
{
border-color: #F1FA0B;
}
</style>