#F1ED9E

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

Shades of Portafino #F1ED9E

Tints of Portafino #F1ED9E

Color information

#F1ED9E (or 0xF1ED9E) is unknown color: approx Portafino. HEX triplet: F1, ED and 9E. RGB value is (241,237,158). Sum of RGB (Red+Green+Blue) = 241+237+158=636 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.89% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 158 (62.11% from 255 or 24.84% from 636); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1ED9E is #0E1261. Grayscale: #E5E5E5. Windows color (decimal): -922210 or 10415601. OLE color: 10415601.

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

Color convert

RGB241237158-
CMYK00.020.340.05
HSL57.11º74.77%78.24%-
HSV(B)57.11º34.44%94.51%-
XYZ72.7381.7444.29-
YUV229.1987.83136.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.89%
GREEN value IS 237 (92.97% from 255) = 37.26%
BLUE value IS 158 (62.11% from 255) = 24.84%
R=37.89%
G=37.26%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123715800.020.340.0557.1174.7778.24
HexF1ED9E02225394b4e
Octal3613552360242571113116
Binary11110001111011011001111001010001010111100110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ED9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ED9E; }

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

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

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

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

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

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

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

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