#F0F0A3

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

Shades of Portafino #F0F0A3

Tints of Portafino #F0F0A3

Color information

#F0F0A3 (or 0xF0F0A3) is unknown color: approx Portafino. HEX triplet: F0, F0 and A3. RGB value is (240,240,163). Sum of RGB (Red+Green+Blue) = 240+240+163=643 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.33% from 643); Green value is 240 (94.14% from 255 or 37.33% from 643); Blue value is 163 (64.06% from 255 or 25.35% from 643); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F0A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F0A3 is #0F0F5C. Grayscale: #E7E7E7. Windows color (decimal): -986973 or 10744048. OLE color: 10744048.

HSL color Cylindrical-coordinate representation of color #F0F0A3: hue angle of 60º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0F0A3 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB240240163-
CMYK000.320.06
HSL60º71.96%79.02%-
HSV(B)60º32.08%94.12%-
XYZ73.7183.4946.88-
YUV231.2289.5134.26-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.33%
GREEN value IS 240 (94.14% from 255) = 37.33%
BLUE value IS 163 (64.06% from 255) = 25.35%
R=37.33%
G=37.33%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240240163000.320.066071.9679.02
HexF0F0A3002063c484f
Octal3603602430040674110117
Binary1111000011110000101000110010000011011110010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F0A3; }

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

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

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

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

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

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

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

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