#F4F0A3

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

Shades of Portafino #F4F0A3

Tints of Portafino #F4F0A3

Color information

#F4F0A3 (or 0xF4F0A3) is unknown color: approx Portafino. HEX triplet: F4, F0 and A3. RGB value is (244,240,163). Sum of RGB (Red+Green+Blue) = 244+240+163=647 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.71% from 647); Green value is 240 (94.14% from 255 or 37.09% from 647); Blue value is 163 (64.06% from 255 or 25.19% from 647); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F0A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4F0A3 is #0B0F5C. Grayscale: #E8E8E8. Windows color (decimal): -724829 or 10744052. OLE color: 10744052.

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

Color convert

RGB244240163-
CMYK00.020.330.04
HSL57.04º78.64%79.8%-
HSV(B)57.04º33.2%95.69%-
XYZ75.0884.246.95-
YUV232.4288.83136.26-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.71%
GREEN value IS 240 (94.14% from 255) = 37.09%
BLUE value IS 163 (64.06% from 255) = 25.19%
R=37.71%
G=37.09%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24424016300.020.330.0457.0478.6479.8
HexF4F0A302214394f50
Octal3643602430241471117120
Binary11110100111100001010001101010000110011100110011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4F0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4F0A3; }

 p { color: rgb(244,240,163); }

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

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

 a { background-color: rgb(244,240,163); }

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

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

 span { border-color: rgb(244,240,163); }

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