#F1F7A4

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

Shades of Australian Mint #F1F7A4

Tints of Australian Mint #F1F7A4

Color information

#F1F7A4 (or 0xF1F7A4) is unknown color: approx Australian Mint. HEX triplet: F1, F7 and A4. RGB value is (241,247,164). Sum of RGB (Red+Green+Blue) = 241+247+164=652 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.96% from 652); Green value is 247 (96.88% from 255 or 37.88% from 652); Blue value is 164 (64.45% from 255 or 25.15% from 652); Max value from RGB is 247 - color contains mainly: green. Hex color #F1F7A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F7A4 is #0E085B. Grayscale: #ECECEC. Windows color (decimal): -919644 or 10811377. OLE color: 10811377.

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

Color convert

RGB241247164-
CMYK0.0200.340.03
HSL64.34º83.84%80.59%-
HSV(B)64.34º33.6%96.86%-
XYZ76.2487.948.07-
YUV235.7487.51131.75-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.96%
GREEN value IS 247 (96.88% from 255) = 37.88%
BLUE value IS 164 (64.45% from 255) = 25.15%
R=36.96%
G=37.88%
B=25.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2412471640.0200.340.0364.3483.8480.59
HexF1F7A420223405451
Octal36136724420423100124121
Binary11110001111101111010010010010001011100000010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F7A4; }

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

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

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

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

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

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

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

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