#F1EB9D

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

Shades of Portafino #F1EB9D

Tints of Portafino #F1EB9D

Color information

#F1EB9D (or 0xF1EB9D) is unknown color: approx Portafino. HEX triplet: F1, EB and 9D. RGB value is (241,235,157). Sum of RGB (Red+Green+Blue) = 241+235+157=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 157 (61.72% from 255 or 24.80% from 633); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EB9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EB9D is #0E1462. Grayscale: #E4E4E4. Windows color (decimal): -922723 or 10349553. OLE color: 10349553.

HSL color Cylindrical-coordinate representation of color #F1EB9D: hue angle of 55.71º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F1EB9D is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB241235157-
CMYK00.020.350.05
HSL55.71º75%78.04%-
HSV(B)55.71º34.85%94.51%-
XYZ72.0780.5543.65-
YUV227.987.99137.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.07%
GREEN value IS 235 (92.19% from 255) = 37.12%
BLUE value IS 157 (61.72% from 255) = 24.80%
R=38.07%
G=37.12%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123515700.020.350.0555.717578.04
HexF1EB9D02235384b4e
Octal3613532350243570113116
Binary11110001111010111001110101010001110111100010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EB9D; }

 p { color: rgb(241,235,157); }

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

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

 a { background-color: rgb(241,235,157); }

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

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

 span { border-color: rgb(241,235,157); }

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