#F1F59E

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

Shades of Portafino #F1F59E

Tints of Portafino #F1F59E

Color information

#F1F59E (or 0xF1F59E) is unknown color: approx Portafino. HEX triplet: F1, F5 and 9E. RGB value is (241,245,158). Sum of RGB (Red+Green+Blue) = 241+245+158=644 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.42% from 644); Green value is 245 (96.09% from 255 or 38.04% from 644); Blue value is 158 (62.11% from 255 or 24.53% from 644); Max value from RGB is 245 - color contains mainly: green. Hex color #F1F59E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F59E is #0E0A61. Grayscale: #EAEAEA. Windows color (decimal): -920162 or 10417649. OLE color: 10417649.

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

Color convert

RGB241245158-
CMYK0.0200.360.04
HSL62.76º81.31%79.02%-
HSV(B)62.76º35.51%96.08%-
XYZ75.186.4745.08-
YUV233.8985.17133.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.42%
GREEN value IS 245 (96.09% from 255) = 38.04%
BLUE value IS 158 (62.11% from 255) = 24.53%
R=37.42%
G=38.04%
B=24.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2412451580.0200.360.0462.7681.3179.02
HexF1F59E202443f514f
Octal3613652362044477121117
Binary11110001111101011001111010010010010011111110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F59E; }

 p { color: rgb(241,245,158); }

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

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

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

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

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

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

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