#F5F29F

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

Shades of Portafino #F5F29F

Tints of Portafino #F5F29F

Color information

#F5F29F (or 0xF5F29F) is unknown color: approx Portafino. HEX triplet: F5, F2 and 9F. RGB value is (245,242,159). Sum of RGB (Red+Green+Blue) = 245+242+159=646 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.93% from 646); Green value is 242 (94.92% from 255 or 37.46% from 646); Blue value is 159 (62.5% from 255 or 24.61% from 646); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F29F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F29F is #0A0D60. Grayscale: #E9E9E9. Windows color (decimal): -658785 or 10482421. OLE color: 10482421.

HSL color Cylindrical-coordinate representation of color #F5F29F: hue angle of 57.91º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F5F29F is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB245242159-
CMYK00.010.350.04
HSL57.91º81.13%79.22%-
HSV(B)57.91º35.1%96.08%-
XYZ75.6785.4245.3-
YUV233.4485.99136.25-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.93%
GREEN value IS 242 (94.92% from 255) = 37.46%
BLUE value IS 159 (62.5% from 255) = 24.61%
R=37.93%
G=37.46%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524215900.010.350.0457.9181.1379.22
HexF5F29F012343a514f
Octal3653622370143472121117
Binary1111010111110010100111110110001110011101010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F29F; }

 p { color: rgb(245,242,159); }

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

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

 a { background-color: rgb(245,242,159); }

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

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

 span { border-color: rgb(245,242,159); }

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