#F5F197

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

Shades of Portafino #F5F197

Tints of Portafino #F5F197

Color information

#F5F197 (or 0xF5F197) is unknown color: approx Portafino. HEX triplet: F5, F1 and 97. RGB value is (245,241,151). Sum of RGB (Red+Green+Blue) = 245+241+151=637 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.46% from 637); Green value is 241 (94.53% from 255 or 37.83% from 637); Blue value is 151 (59.38% from 255 or 23.70% from 637); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F197 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F197 is #0A0E68. Grayscale: #E8E8E8. Windows color (decimal): -659049 or 9957877. OLE color: 9957877.

HSL color Cylindrical-coordinate representation of color #F5F197: hue angle of 57.45º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F5F197 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB245241151-
CMYK00.020.380.04
HSL57.45º82.46%77.65%-
HSV(B)57.45º38.37%96.08%-
XYZ74.784.5641.66-
YUV231.9482.33137.32-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.46%
GREEN value IS 241 (94.53% from 255) = 37.83%
BLUE value IS 151 (59.38% from 255) = 23.70%
R=38.46%
G=37.83%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524115100.020.380.0457.4582.4677.65
HexF5F1970226439524e
Octal3653612270246471122116
Binary11110101111100011001011101010011010011100110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F197; }

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

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

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

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

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

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

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

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