#F3F197

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

Shades of Portafino #F3F197

Tints of Portafino #F3F197

Color information

#F3F197 (or 0xF3F197) is unknown color: approx Portafino. HEX triplet: F3, F1 and 97. RGB value is (243,241,151). Sum of RGB (Red+Green+Blue) = 243+241+151=635 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.27% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 151 (59.38% from 255 or 23.78% from 635); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F197 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3F197 is #0C0E68. Grayscale: #E7E7E7. Windows color (decimal): -790121 or 9957875. OLE color: 9957875.

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

Color convert

RGB243241151-
CMYK00.010.380.05
HSL58.7º79.31%77.25%-
HSV(B)58.7º37.86%95.29%-
XYZ7484.241.63-
YUV231.3482.66136.32-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.27%
GREEN value IS 241 (94.53% from 255) = 37.95%
BLUE value IS 151 (59.38% from 255) = 23.78%
R=38.27%
G=37.95%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24324115100.010.380.0558.779.3177.25
HexF3F197012653b4f4d
Octal3633612270146573117115
Binary1111001111110001100101110110011010111101110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F197; }

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

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

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

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

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

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

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

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