#F2EA9E

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

Shades of Portafino #F2EA9E

Tints of Portafino #F2EA9E

Color information

#F2EA9E (or 0xF2EA9E) is unknown color: approx Portafino. HEX triplet: F2, EA and 9E. RGB value is (242,234,158). Sum of RGB (Red+Green+Blue) = 242+234+158=634 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.17% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 158 (62.11% from 255 or 24.92% from 634); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EA9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EA9E is #0D1561. Grayscale: #E4E4E4. Windows color (decimal): -857442 or 10414834. OLE color: 10414834.

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

Color convert

RGB242234158-
CMYK00.030.350.05
HSL54.29º76.36%78.43%-
HSV(B)54.29º34.71%94.9%-
XYZ72.2180.1944.02-
YUV227.7388.65138.18-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.17%
GREEN value IS 234 (91.80% from 255) = 36.91%
BLUE value IS 158 (62.11% from 255) = 24.92%
R=38.17%
G=36.91%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223415800.030.350.0554.2976.3678.43
HexF2EA9E03235364c4e
Octal3623522360343566114116
Binary11110010111010101001111001110001110111011010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EA9E; }

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

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

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

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

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

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

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

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