#F1EB95

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

Shades of Portafino #F1EB95

Tints of Portafino #F1EB95

Color information

#F1EB95 (or 0xF1EB95) is unknown color: approx Portafino. HEX triplet: F1, EB and 95. RGB value is (241,235,149). Sum of RGB (Red+Green+Blue) = 241+235+149=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 149 (58.59% from 255 or 23.84% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EB95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EB95 is #0E146A. Grayscale: #E3E3E3. Windows color (decimal): -922731 or 9825265. OLE color: 9825265.

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

Color convert

RGB241235149-
CMYK00.020.380.05
HSL56.09º76.67%76.47%-
HSV(B)56.09º38.17%94.51%-
XYZ71.4180.2940.17-
YUV226.9983.99137.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.56%
GREEN value IS 235 (92.19% from 255) = 37.6%
BLUE value IS 149 (58.59% from 255) = 23.84%
R=38.56%
G=37.6%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123514900.020.380.0556.0976.6776.47
HexF1EB9502265384d4c
Octal3613532250246570115114
Binary11110001111010111001010101010011010111100010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EB95; }

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

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

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

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

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

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

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

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