#F3F1A3

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

Shades of Portafino #F3F1A3

Tints of Portafino #F3F1A3

Color information

#F3F1A3 (or 0xF3F1A3) is unknown color: approx Portafino. HEX triplet: F3, F1 and A3. RGB value is (243,241,163). Sum of RGB (Red+Green+Blue) = 243+241+163=647 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.56% from 647); Green value is 241 (94.53% from 255 or 37.25% from 647); Blue value is 163 (64.06% from 255 or 25.19% from 647); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F1A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3F1A3 is #0C0E5C. Grayscale: #E9E9E9. Windows color (decimal): -790109 or 10744307. OLE color: 10744307.

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

Color convert

RGB243241163-
CMYK00.010.330.05
HSL58.5º76.92%79.61%-
HSV(B)58.5º32.92%95.29%-
XYZ75.0384.6147.03-
YUV232.7188.66135.34-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.56%
GREEN value IS 241 (94.53% from 255) = 37.25%
BLUE value IS 163 (64.06% from 255) = 25.19%
R=37.56%
G=37.25%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24324116300.010.330.0558.576.9279.61
HexF3F1A3012153a4d50
Octal3633612430141572115120
Binary1111001111110001101000110110000110111101010011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F1A3; }

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

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

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

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

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

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

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

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