#F1F1A2

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

Shades of Portafino #F1F1A2

Tints of Portafino #F1F1A2

Color information

#F1F1A2 (or 0xF1F1A2) is unknown color: approx Portafino. HEX triplet: F1, F1 and A2. RGB value is (241,241,162). Sum of RGB (Red+Green+Blue) = 241+241+162=644 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.42% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 162 (63.67% from 255 or 25.16% from 644); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F1A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F1A2 is #0E0E5D. Grayscale: #E8E8E8. Windows color (decimal): -921182 or 10678769. OLE color: 10678769.

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

Color convert

RGB241241162-
CMYK000.330.05
HSL60º73.83%79.02%-
HSV(B)60º32.78%94.51%-
XYZ74.2584.2246.52-
YUV231.9988.5134.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.42%
GREEN value IS 241 (94.53% from 255) = 37.42%
BLUE value IS 162 (63.67% from 255) = 25.16%
R=37.42%
G=37.42%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241241162000.330.056073.8379.02
HexF1F1A2002153c4a4f
Octal3613612420041574112117
Binary1111000111110001101000100010000110111110010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F1A2; }

 p { color: rgb(241,241,162); }

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

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

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

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

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

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

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