#F0E99F

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

Shades of Portafino #F0E99F

Tints of Portafino #F0E99F

Color information

#F0E99F (or 0xF0E99F) is unknown color: approx Portafino. HEX triplet: F0, E9 and 9F. RGB value is (240,233,159). Sum of RGB (Red+Green+Blue) = 240+233+159=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 233 (91.41% from 255 or 36.87% from 632); Blue value is 159 (62.5% from 255 or 25.16% from 632); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E99F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E99F is #0F1660. Grayscale: #E2E2E2. Windows color (decimal): -988769 or 10480112. OLE color: 10480112.

HSL color Cylindrical-coordinate representation of color #F0E99F: hue angle of 54.81º 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 #F0E99F is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB240233159-
CMYK00.030.340.06
HSL54.81º72.97%78.24%-
HSV(B)54.81º33.75%94.12%-
XYZ71.3379.3144.35-
YUV226.6689.82137.52-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.97%
GREEN value IS 233 (91.41% from 255) = 36.87%
BLUE value IS 159 (62.5% from 255) = 25.16%
R=37.97%
G=36.87%
B=25.16%

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
Decimal24023315900.030.340.0654.8172.9778.24
HexF0E99F0322637494e
Octal3603512370342667111116
Binary11110000111010011001111101110001011011011110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E99F; }

 p { color: rgb(240,233,159); }

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

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

 a { background-color: rgb(240,233,159); }

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

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

 span { border-color: rgb(240,233,159); }

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