#F5EE9A

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

Shades of Portafino #F5EE9A

Tints of Portafino #F5EE9A

Color information

#F5EE9A (or 0xF5EE9A) is unknown color: approx Portafino. HEX triplet: F5, EE and 9A. RGB value is (245,238,154). Sum of RGB (Red+Green+Blue) = 245+238+154=637 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.46% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 154 (60.55% from 255 or 24.18% from 637); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EE9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EE9A is #0A1165. Grayscale: #E6E6E6. Windows color (decimal): -659814 or 10153717. OLE color: 10153717.

HSL color Cylindrical-coordinate representation of color #F5EE9A: hue angle of 55.38º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F5EE9A is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB245238154-
CMYK00.030.370.04
HSL55.38º81.98%78.24%-
HSV(B)55.38º37.14%96.08%-
XYZ74.0682.8942.67-
YUV230.5284.82138.33-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.46%
GREEN value IS 238 (93.36% from 255) = 37.36%
BLUE value IS 154 (60.55% from 255) = 24.18%
R=38.46%
G=37.36%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523815400.030.370.0455.3881.9878.24
HexF5EE9A0325437524e
Octal3653562320345467122116
Binary11110101111011101001101001110010110011011110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EE9A; }

 p { color: rgb(245,238,154); }

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

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

 a { background-color: rgb(245,238,154); }

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

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

 span { border-color: rgb(245,238,154); }

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