Shades of Australian Mint #F1F6A1
Tints of Australian Mint #F1F6A1
RGB
CMYK
RGB Variations
Color information
#F1F6A1 (or 0xF1F6A1) is known color: Australian Mint. HEX triplet: F1, F6 and A1. RGB value is (241,246,161). Sum of RGB (Red+Green+Blue) = 241+246+161=648 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.19% from 648); Green value is 246 (96.48% from 255 or 37.96% from 648); Blue value is 161 (63.28% from 255 or 24.85% from 648); Max value from RGB is 246 - color contains mainly: green. Hex color #F1F6A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F6A1 is #0E095E. Grayscale: #EBEBEB. Windows color (decimal): -919903 or 10614513. OLE color: 10614513.
HSL color Cylindrical-coordinate representation of color #F1F6A1: hue angle of 63.53º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F1F6A1 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 246 | 161 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.04 |
| HSL | 63.53º | 0.83% | 0.8% | - |
| HSV(B) | 63.53º | 0.35% | 0.96% | - |
| XYZ | 75.66 | 87.19 | 46.56 | - |
| YUV | 234.82 | 86.34 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 246 | 161 | 0.02 | 0 | 0.35 | 0.04 | 63.53 | 0.83 | 0.8 |
| Hex | F1 | F6 | A1 | 2 | 0 | 23 | 4 | 40 | 53 | 50 |
| Octal | 361 | 366 | 241 | 2 | 0 | 43 | 4 | 100 | 123 | 120 |
| Binary | 11110001 | 11110110 | 10100001 | 10 | 0 | 100011 | 100 | 1000000 | 1010011 | 1010000 |
Color Harmonies of #F1F6A1
Complementary color
Monochromatic Colors of #F1F6A1
Black with #F1F6A1
Text Example
Text Example
White with #F1F6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F6A1; }
p { color: rgb(241,246,161); }
H1.HeaderClassName
{
color: #F1F6A1;
}
.AnyTagClassName
{
color: #F1F6A1;
}
</style>
background-color css
<style>
a { background-color: #F1F6A1; }
a { background-color: rgb(241,246,161); }
div.DivClassName
{
background-color: #F1F6A1;
}
.BgClassName
{
background-color: #F1F6A1;
}
</style>
border-color css
<style>
span { border-color: #F1F6A1; }
span { border-color: rgb(241,246,161); }
td.TdClassName
{
border-color: #F1F6A1;
}
.TagClassName
{
border-color: #F1F6A1;
}
</style>