Shades of Australian Mint #F0F3B1
Tints of Australian Mint #F0F3B1
RGB
CMYK
RGB Variations
Color information
#F0F3B1 (or 0xF0F3B1) is known color: Australian Mint. HEX triplet: F0, F3 and B1. RGB value is (240,243,177). Sum of RGB (Red+Green+Blue) = 240+243+177=660 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.36% from 660); Green value is 243 (95.31% from 255 or 36.82% from 660); Blue value is 177 (69.53% from 255 or 26.82% from 660); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F3B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F3B1 is #0F0C4E. Grayscale: #EAEAEA. Windows color (decimal): -986191 or 11662320. OLE color: 11662320.
HSL color Cylindrical-coordinate representation of color #F0F3B1: hue angle of 62.73º degrees, saturation: 0.73, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0F3B1 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 177 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.05 |
| HSL | 62.73º | 0.73% | 0.82% | - |
| HSV(B) | 62.73º | 0.27% | 0.95% | - |
| XYZ | 75.92 | 85.8 | 54.15 | - |
| YUV | 234.58 | 95.51 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 177 | 0.01 | 0 | 0.27 | 0.05 | 62.73 | 0.73 | 0.82 |
| Hex | F0 | F3 | B1 | 1 | 0 | 1B | 5 | 3F | 49 | 52 |
| Octal | 360 | 363 | 261 | 1 | 0 | 33 | 5 | 77 | 111 | 122 |
| Binary | 11110000 | 11110011 | 10110001 | 1 | 0 | 11011 | 101 | 111111 | 1001001 | 1010010 |
Color Harmonies of #F0F3B1
Complementary color
Monochromatic Colors of #F0F3B1
Black with #F0F3B1
Text Example
Text Example
White with #F0F3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F3B1; }
p { color: rgb(240,243,177); }
H1.HeaderClassName
{
color: #F0F3B1;
}
.AnyTagClassName
{
color: #F0F3B1;
}
</style>
background-color css
<style>
a { background-color: #F0F3B1; }
a { background-color: rgb(240,243,177); }
div.DivClassName
{
background-color: #F0F3B1;
}
.BgClassName
{
background-color: #F0F3B1;
}
</style>
border-color css
<style>
span { border-color: #F0F3B1; }
span { border-color: rgb(240,243,177); }
td.TdClassName
{
border-color: #F0F3B1;
}
.TagClassName
{
border-color: #F0F3B1;
}
</style>