#F0EC95

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

Shades of Portafino #F0EC95

Tints of Portafino #F0EC95

Color information

#F0EC95 (or 0xF0EC95) is unknown color: approx Portafino. HEX triplet: F0, EC and 95. RGB value is (240,236,149). Sum of RGB (Red+Green+Blue) = 240+236+149=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 149 (58.59% from 255 or 23.84% from 625); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EC95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EC95 is #0F136A. Grayscale: #E3E3E3. Windows color (decimal): -988011 or 9825520. OLE color: 9825520.

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

Color convert

RGB240236149-
CMYK00.020.380.06
HSL57.36º75.21%76.27%-
HSV(B)57.36º37.92%94.12%-
XYZ71.3680.6940.25-
YUV227.2883.83137.07-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.4%
GREEN value IS 236 (92.58% from 255) = 37.76%
BLUE value IS 149 (58.59% from 255) = 23.84%
R=38.4%
G=37.76%
B=23.84%

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
Decimal24023614900.020.380.0657.3675.2176.27
HexF0EC9502266394b4c
Octal3603542250246671113114
Binary11110000111011001001010101010011011011100110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EC95; }

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

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

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

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

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

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

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

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