#F0E99D

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

Shades of Portafino #F0E99D

Tints of Portafino #F0E99D

Color information

#F0E99D (or 0xF0E99D) is unknown color: approx Portafino. HEX triplet: F0, E9 and 9D. RGB value is (240,233,157). Sum of RGB (Red+Green+Blue) = 240+233+157=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 233 (91.41% from 255 or 36.98% from 630); Blue value is 157 (61.72% from 255 or 24.92% from 630); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E99D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E99D is #0F1662. Grayscale: #E2E2E2. Windows color (decimal): -988771 or 10349040. OLE color: 10349040.

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

Color convert

RGB240233157-
CMYK00.030.350.06
HSL54.94º73.45%77.84%-
HSV(B)54.94º34.58%94.12%-
XYZ71.1679.2443.44-
YUV226.4388.82137.68-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.10%
GREEN value IS 233 (91.41% from 255) = 36.98%
BLUE value IS 157 (61.72% from 255) = 24.92%
R=38.10%
G=36.98%
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.06
SystemRedGreenBlueCMYKHSL
Decimal24023315700.030.350.0654.9473.4577.84
HexF0E99D0323637494e
Octal3603512350343667111116
Binary11110000111010011001110101110001111011011110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E99D; }

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

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

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

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

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

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

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

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