Shades of Australian Mint #F2F99E
Tints of Australian Mint #F2F99E
RGB
CMYK
RGB Variations
Color information
#F2F99E (or 0xF2F99E) is known color: Australian Mint. HEX triplet: F2, F9 and 9E. RGB value is (242,249,158). Sum of RGB (Red+Green+Blue) = 242+249+158=649 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.29% from 649); Green value is 249 (97.66% from 255 or 38.37% from 649); Blue value is 158 (62.11% from 255 or 24.35% from 649); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F99E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F99E is #0D0661. Grayscale: #ECECEC. Windows color (decimal): -853602 or 10418674. OLE color: 10418674.
HSL color Cylindrical-coordinate representation of color #F2F99E: hue angle of 64.62º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F2F99E is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 249 | 158 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.02 |
| HSL | 64.62º | 0.88% | 0.8% | - |
| HSV(B) | 64.62º | 0.37% | 0.98% | - |
| XYZ | 76.67 | 89.1 | 45.5 | - |
| YUV | 236.53 | 83.68 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 249 | 158 | 0.03 | 0 | 0.37 | 0.02 | 64.62 | 0.88 | 0.8 |
| Hex | F2 | F9 | 9E | 3 | 0 | 25 | 2 | 41 | 58 | 50 |
| Octal | 362 | 371 | 236 | 3 | 0 | 45 | 2 | 101 | 130 | 120 |
| Binary | 11110010 | 11111001 | 10011110 | 11 | 0 | 100101 | 10 | 1000001 | 1011000 | 1010000 |
Color Harmonies of #F2F99E
Complementary color
Monochromatic Colors of #F2F99E
Black with #F2F99E
Text Example
Text Example
White with #F2F99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F99E; }
p { color: rgb(242,249,158); }
H1.HeaderClassName
{
color: #F2F99E;
}
.AnyTagClassName
{
color: #F2F99E;
}
</style>
background-color css
<style>
a { background-color: #F2F99E; }
a { background-color: rgb(242,249,158); }
div.DivClassName
{
background-color: #F2F99E;
}
.BgClassName
{
background-color: #F2F99E;
}
</style>
border-color css
<style>
span { border-color: #F2F99E; }
span { border-color: rgb(242,249,158); }
td.TdClassName
{
border-color: #F2F99E;
}
.TagClassName
{
border-color: #F2F99E;
}
</style>