#F1F7AA

Color #F1F7AA Australian Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Australian Mint #F1F7AA

Tints of Australian Mint #F1F7AA

Color information

#F1F7AA (or 0xF1F7AA) is unknown color: approx Australian Mint. HEX triplet: F1, F7 and AA. RGB value is (241,247,170). Sum of RGB (Red+Green+Blue) = 241+247+170=658 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.63% from 658); Green value is 247 (96.88% from 255 or 37.54% from 658); Blue value is 170 (66.80% from 255 or 25.84% from 658); Max value from RGB is 247 - color contains mainly: green. Hex color #F1F7AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F7AA is #0E0855. Grayscale: #ECECEC. Windows color (decimal): -919638 or 11204593. OLE color: 11204593.

HSL color Cylindrical-coordinate representation of color #F1F7AA: hue angle of 64.68º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1F7AA is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB241247170-
CMYK0.0200.310.03
HSL64.68º82.8%81.76%-
HSV(B)64.68º31.17%96.86%-
XYZ76.7988.1250.99-
YUV236.4390.51131.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 36.63%
GREEN value IS 247 (96.88% from 255) = 37.54%
BLUE value IS 170 (66.80% from 255) = 25.84%
R=36.63%
G=37.54%
B=25.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2412471700.0200.310.0364.6882.881.76
HexF1F7AA201F3415352
Octal36136725220373101123122
Binary1111000111110111101010101001111111100000110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F7AA; }

 p { color: rgb(241,247,170); }

 H1.HeaderClassName
 {
   color: #F1F7AA;
 }
 .AnyTagClassName
 {
   color: #F1F7AA;
 }
</style>
background-color css

<style>
 a { background-color: #F1F7AA; }

 a { background-color: rgb(241,247,170); }

 div.DivClassName
 {
   background-color: #F1F7AA;
 }
 .BgClassName
 {
   background-color: #F1F7AA;
 }
</style>
border-color css

<style>
 span { border-color: #F1F7AA; }

 span { border-color: rgb(241,247,170); }

 td.TdClassName
 {
   border-color: #F1F7AA;
 }
 .TagClassName
 {
   border-color: #F1F7AA;
 }
</style>