#F0EC94

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

Shades of Portafino #F0EC94

Tints of Portafino #F0EC94

Color information

#F0EC94 (or 0xF0EC94) is unknown color: approx Portafino. HEX triplet: F0, EC and 94. RGB value is (240,236,148). Sum of RGB (Red+Green+Blue) = 240+236+148=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 236 (92.58% from 255 or 37.82% from 624); Blue value is 148 (58.20% from 255 or 23.72% from 624); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EC94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EC94 is #0F136B. Grayscale: #E3E3E3. Windows color (decimal): -988012 or 9759984. OLE color: 9759984.

HSL color Cylindrical-coordinate representation of color #F0EC94: hue angle of 57.39º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0EC94 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB240236148-
CMYK00.020.380.06
HSL57.39º75.41%76.08%-
HSV(B)57.39º38.33%94.12%-
XYZ71.2880.6539.83-
YUV227.1683.33137.16-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.46%
GREEN value IS 236 (92.58% from 255) = 37.82%
BLUE value IS 148 (58.20% from 255) = 23.72%
R=38.46%
G=37.82%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023614800.020.380.0657.3975.4176.08
HexF0EC9402266394b4c
Octal3603542240246671113114
Binary11110000111011001001010001010011011011100110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EC94; }

 p { color: rgb(240,236,148); }

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

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

 a { background-color: rgb(240,236,148); }

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

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

 span { border-color: rgb(240,236,148); }

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