#F5F19F

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

Shades of Portafino #F5F19F

Tints of Portafino #F5F19F

Color information

#F5F19F (or 0xF5F19F) is unknown color: approx Portafino. HEX triplet: F5, F1 and 9F. RGB value is (245,241,159). Sum of RGB (Red+Green+Blue) = 245+241+159=645 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.98% from 645); Green value is 241 (94.53% from 255 or 37.36% from 645); Blue value is 159 (62.5% from 255 or 24.65% from 645); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F19F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F19F is #0A0E60. Grayscale: #E9E9E9. Windows color (decimal): -659041 or 10482165. OLE color: 10482165.

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

Color convert

RGB245241159-
CMYK00.020.350.04
HSL57.21º81.13%79.22%-
HSV(B)57.21º35.1%96.08%-
XYZ75.3784.8345.2-
YUV232.8586.33136.67-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.98%
GREEN value IS 241 (94.53% from 255) = 37.36%
BLUE value IS 159 (62.5% from 255) = 24.65%
R=37.98%
G=37.36%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524115900.020.350.0457.2181.1379.22
HexF5F19F0223439514f
Octal3653612370243471121117
Binary11110101111100011001111101010001110011100110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F19F; }

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

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

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

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

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

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

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

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