#F2EA9F

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

Shades of Portafino #F2EA9F

Tints of Portafino #F2EA9F

Color information

#F2EA9F (or 0xF2EA9F) is unknown color: approx Portafino. HEX triplet: F2, EA and 9F. RGB value is (242,234,159). Sum of RGB (Red+Green+Blue) = 242+234+159=635 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.11% from 635); Green value is 234 (91.80% from 255 or 36.85% from 635); Blue value is 159 (62.5% from 255 or 25.04% from 635); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EA9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EA9F is #0D1560. Grayscale: #E4E4E4. Windows color (decimal): -857441 or 10480370. OLE color: 10480370.

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

Color convert

RGB242234159-
CMYK00.030.340.05
HSL54.22º76.15%78.63%-
HSV(B)54.22º34.3%94.9%-
XYZ72.380.2344.48-
YUV227.8489.15138.1-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.11%
GREEN value IS 234 (91.80% from 255) = 36.85%
BLUE value IS 159 (62.5% from 255) = 25.04%
R=38.11%
G=36.85%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223415900.030.340.0554.2276.1578.63
HexF2EA9F03225364c4f
Octal3623522370342566114117
Binary11110010111010101001111101110001010111011010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EA9F; }

 p { color: rgb(242,234,159); }

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

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

 a { background-color: rgb(242,234,159); }

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

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

 span { border-color: rgb(242,234,159); }

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