#F1ED9D

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

Shades of Portafino #F1ED9D

Tints of Portafino #F1ED9D

Color information

#F1ED9D (or 0xF1ED9D) is unknown color: approx Portafino. HEX triplet: F1, ED and 9D. RGB value is (241,237,157). Sum of RGB (Red+Green+Blue) = 241+237+157=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 157 (61.72% from 255 or 24.72% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1ED9D is #0E1262. Grayscale: #E5E5E5. Windows color (decimal): -922211 or 10350065. OLE color: 10350065.

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

Color convert

RGB241237157-
CMYK00.020.350.05
HSL57.14º75%78.04%-
HSV(B)57.14º34.85%94.51%-
XYZ72.6581.743.84-
YUV229.0887.33136.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.95%
GREEN value IS 237 (92.97% from 255) = 37.32%
BLUE value IS 157 (61.72% from 255) = 24.72%
R=37.95%
G=37.32%
B=24.72%

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
Decimal24123715700.020.350.0557.147578.04
HexF1ED9D02235394b4e
Octal3613552350243571113116
Binary11110001111011011001110101010001110111100110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ED9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ED9D; }

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

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

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

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

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

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

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

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