#F3EF9D

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

Shades of Portafino #F3EF9D

Tints of Portafino #F3EF9D

Color information

#F3EF9D (or 0xF3EF9D) is unknown color: approx Portafino. HEX triplet: F3, EF and 9D. RGB value is (243,239,157). Sum of RGB (Red+Green+Blue) = 243+239+157=639 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.03% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 157 (61.72% from 255 or 24.57% from 639); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EF9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3EF9D is #0C1062. Grayscale: #E7E7E7. Windows color (decimal): -790627 or 10350579. OLE color: 10350579.

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

Color convert

RGB243239157-
CMYK00.020.350.05
HSL57.21º78.18%78.43%-
HSV(B)57.21º35.39%95.29%-
XYZ73.9183.2244.07-
YUV230.8586.33136.67-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.03%
GREEN value IS 239 (93.75% from 255) = 37.40%
BLUE value IS 157 (61.72% from 255) = 24.57%
R=38.03%
G=37.40%
B=24.57%

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
Decimal24323915700.020.350.0557.2178.1878.43
HexF3EF9D02235394e4e
Octal3633572350243571116116
Binary11110011111011111001110101010001110111100110011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EF9D; }

 p { color: rgb(243,239,157); }

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

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

 a { background-color: rgb(243,239,157); }

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

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

 span { border-color: rgb(243,239,157); }

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