#F0EBA1

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

Shades of Portafino #F0EBA1

Tints of Portafino #F0EBA1

Color information

#F0EBA1 (or 0xF0EBA1) is unknown color: approx Portafino. HEX triplet: F0, EB and A1. RGB value is (240,235,161). Sum of RGB (Red+Green+Blue) = 240+235+161=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 235 (92.19% from 255 or 36.95% from 636); Blue value is 161 (63.28% from 255 or 25.31% from 636); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EBA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EBA1 is #0F145E. Grayscale: #E4E4E4. Windows color (decimal): -988255 or 10611696. OLE color: 10611696.

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

Color convert

RGB240235161-
CMYK00.020.330.06
HSL56.2º72.48%78.63%-
HSV(B)56.2º32.92%94.12%-
XYZ72.0880.5245.46-
YUV228.0690.16136.52-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.74%
GREEN value IS 235 (92.19% from 255) = 36.95%
BLUE value IS 161 (63.28% from 255) = 25.31%
R=37.74%
G=36.95%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023516100.020.330.0656.272.4878.63
HexF0EBA10221638484f
Octal3603532410241670110117
Binary11110000111010111010000101010000111011100010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EBA1; }

 p { color: rgb(240,235,161); }

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

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

 a { background-color: rgb(240,235,161); }

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

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

 span { border-color: rgb(240,235,161); }

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