#F0E89E

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

Shades of Portafino #F0E89E

Tints of Portafino #F0E89E

Color information

#F0E89E (or 0xF0E89E) is unknown color: approx Portafino. HEX triplet: F0, E8 and 9E. RGB value is (240,232,158). Sum of RGB (Red+Green+Blue) = 240+232+158=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 232 (91.02% from 255 or 36.83% from 630); Blue value is 158 (62.11% from 255 or 25.08% from 630); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E89E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E89E is #0F1761. Grayscale: #E2E2E2. Windows color (decimal): -989026 or 10414320. OLE color: 10414320.

HSL color Cylindrical-coordinate representation of color #F0E89E: hue angle of 54.15º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F0E89E is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB240232158-
CMYK00.030.340.06
HSL54.15º73.21%78.04%-
HSV(B)54.15º34.17%94.12%-
XYZ70.9678.7143.8-
YUV225.9689.65138.02-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.10%
GREEN value IS 232 (91.02% from 255) = 36.83%
BLUE value IS 158 (62.11% from 255) = 25.08%
R=38.10%
G=36.83%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023215800.030.340.0654.1573.2178.04
HexF0E89E0322636494e
Octal3603502360342666111116
Binary11110000111010001001111001110001011011011010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E89E; }

 p { color: rgb(240,232,158); }

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

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

 a { background-color: rgb(240,232,158); }

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

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

 span { border-color: rgb(240,232,158); }

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