#F1F6AA

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

Shades of Australian Mint #F1F6AA

Tints of Australian Mint #F1F6AA

Color information

#F1F6AA (or 0xF1F6AA) is unknown color: approx Australian Mint. HEX triplet: F1, F6 and AA. RGB value is (241,246,170). Sum of RGB (Red+Green+Blue) = 241+246+170=657 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.68% from 657); Green value is 246 (96.48% from 255 or 37.44% from 657); Blue value is 170 (66.80% from 255 or 25.88% from 657); Max value from RGB is 246 - color contains mainly: green. Hex color #F1F6AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F6AA is #0E0955. Grayscale: #ECECEC. Windows color (decimal): -919894 or 11204337. OLE color: 11204337.

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

Color convert

RGB241246170-
CMYK0.0200.310.04
HSL63.95º80.85%81.57%-
HSV(B)63.95º30.89%96.47%-
XYZ76.4987.5150.89-
YUV235.8490.84131.68-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.68%
GREEN value IS 246 (96.48% from 255) = 37.44%
BLUE value IS 170 (66.80% from 255) = 25.88%
R=36.68%
G=37.44%
B=25.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2412461700.0200.310.0463.9580.8581.57
HexF1F6AA201F4405152
Octal36136625220374100121122
Binary11110001111101101010101010011111100100000010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F6AA; }

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

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

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

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

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

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

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

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