#F1F097

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

Shades of Portafino #F1F097

Tints of Portafino #F1F097

Color information

#F1F097 (or 0xF1F097) is unknown color: approx Portafino. HEX triplet: F1, F0 and 97. RGB value is (241,240,151). Sum of RGB (Red+Green+Blue) = 241+240+151=632 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.13% from 632); Green value is 240 (94.14% from 255 or 37.97% from 632); Blue value is 151 (59.38% from 255 or 23.89% from 632); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F097 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F097 is #0E0F68. Grayscale: #E6E6E6. Windows color (decimal): -921449 or 9957617. OLE color: 9957617.

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

Color convert

RGB241240151-
CMYK00.000.370.05
HSL59.33º76.27%76.86%-
HSV(B)59.33º37.34%94.51%-
XYZ73.0283.2641.5-
YUV230.1583.33135.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.13%
GREEN value IS 240 (94.14% from 255) = 37.97%
BLUE value IS 151 (59.38% from 255) = 23.89%
R=38.13%
G=37.97%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24124015100.000.370.0559.3376.2776.86
HexF1F097002553b4c4d
Octal3613602270045573114115
Binary1111000111110000100101110010010110111101110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F097; }

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

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

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

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

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

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

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

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