#F1F3AF

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

Shades of Australian Mint #F1F3AF

Tints of Australian Mint #F1F3AF

Color information

#F1F3AF (or 0xF1F3AF) is unknown color: approx Australian Mint. HEX triplet: F1, F3 and AF. RGB value is (241,243,175). Sum of RGB (Red+Green+Blue) = 241+243+175=659 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.57% from 659); Green value is 243 (95.31% from 255 or 36.87% from 659); Blue value is 175 (68.75% from 255 or 26.56% from 659); Max value from RGB is 243 - color contains mainly: green. Hex color #F1F3AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F3AF is #0E0C50. Grayscale: #EAEAEA. Windows color (decimal): -920657 or 11531249. OLE color: 11531249.

HSL color Cylindrical-coordinate representation of color #F1F3AF: hue angle of 61.76º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1F3AF is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB241243175-
CMYK0.0100.280.05
HSL61.76º73.91%81.96%-
HSV(B)61.76º27.98%95.29%-
XYZ76.0685.953.13-
YUV234.6594.34132.53-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.57%
GREEN value IS 243 (95.31% from 255) = 36.87%
BLUE value IS 175 (68.75% from 255) = 26.56%
R=36.57%
G=36.87%
B=26.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412431750.0100.280.0561.7673.9181.96
HexF1F3AF101C53e4a52
Octal3613632571034576112122
Binary111100011111001110101111101110010111111010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F3AF; }

 p { color: rgb(241,243,175); }

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

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

 a { background-color: rgb(241,243,175); }

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

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

 span { border-color: rgb(241,243,175); }

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