#F5EE9B

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

Shades of Portafino #F5EE9B

Tints of Portafino #F5EE9B

Color information

#F5EE9B (or 0xF5EE9B) is unknown color: approx Portafino. HEX triplet: F5, EE and 9B. RGB value is (245,238,155). Sum of RGB (Red+Green+Blue) = 245+238+155=638 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.40% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 155 (60.94% from 255 or 24.29% from 638); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EE9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EE9B is #0A1164. Grayscale: #E6E6E6. Windows color (decimal): -659813 or 10219253. OLE color: 10219253.

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

Color convert

RGB245238155-
CMYK00.030.370.04
HSL55.33º81.82%78.43%-
HSV(B)55.33º36.73%96.08%-
XYZ74.1582.9343.11-
YUV230.6385.32138.25-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.40%
GREEN value IS 238 (93.36% from 255) = 37.30%
BLUE value IS 155 (60.94% from 255) = 24.29%
R=38.40%
G=37.30%
B=24.29%

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
Decimal24523815500.030.370.0455.3381.8278.43
HexF5EE9B0325437524e
Octal3653562330345467122116
Binary11110101111011101001101101110010110011011110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EE9B; }

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

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

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

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

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

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

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

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