Shades of Australian Mint #F1F7A3
Tints of Australian Mint #F1F7A3
RGB
CMYK
RGB Variations
Color information
#F1F7A3 (or 0xF1F7A3) is known color: Australian Mint. HEX triplet: F1, F7 and A3. RGB value is (241,247,163). Sum of RGB (Red+Green+Blue) = 241+247+163=651 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.02% from 651); Green value is 247 (96.88% from 255 or 37.94% from 651); Blue value is 163 (64.06% from 255 or 25.04% from 651); Max value from RGB is 247 - color contains mainly: green. Hex color #F1F7A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F7A3 is #0E085C. Grayscale: #EBEBEB. Windows color (decimal): -919645 or 10745841. OLE color: 10745841.
HSL color Cylindrical-coordinate representation of color #F1F7A3: hue angle of 64.29º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F1F7A3 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 241 | 247 | 163 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.03 |
| HSL | 64.29º | 0.84% | 0.8% | - |
| HSV(B) | 64.29º | 0.34% | 0.97% | - |
| XYZ | 76.15 | 87.87 | 47.6 | - |
| YUV | 235.63 | 87.01 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 247 | 163 | 0.02 | 0 | 0.34 | 0.03 | 64.29 | 0.84 | 0.8 |
| Hex | F1 | F7 | A3 | 2 | 0 | 22 | 3 | 40 | 54 | 50 |
| Octal | 361 | 367 | 243 | 2 | 0 | 42 | 3 | 100 | 124 | 120 |
| Binary | 11110001 | 11110111 | 10100011 | 10 | 0 | 100010 | 11 | 1000000 | 1010100 | 1010000 |
Color Harmonies of #F1F7A3
Complementary color
Monochromatic Colors of #F1F7A3
Black with #F1F7A3
Text Example
Text Example
White with #F1F7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F7A3; }
p { color: rgb(241,247,163); }
H1.HeaderClassName
{
color: #F1F7A3;
}
.AnyTagClassName
{
color: #F1F7A3;
}
</style>
background-color css
<style>
a { background-color: #F1F7A3; }
a { background-color: rgb(241,247,163); }
div.DivClassName
{
background-color: #F1F7A3;
}
.BgClassName
{
background-color: #F1F7A3;
}
</style>
border-color css
<style>
span { border-color: #F1F7A3; }
span { border-color: rgb(241,247,163); }
td.TdClassName
{
border-color: #F1F7A3;
}
.TagClassName
{
border-color: #F1F7A3;
}
</style>