#F0F3A2

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

Shades of Portafino #F0F3A2

Tints of Portafino #F0F3A2

Color information

#F0F3A2 (or 0xF0F3A2) is unknown color: approx Portafino. HEX triplet: F0, F3 and A2. RGB value is (240,243,162). Sum of RGB (Red+Green+Blue) = 240+243+162=645 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.21% from 645); Green value is 243 (95.31% from 255 or 37.67% from 645); Blue value is 162 (63.67% from 255 or 25.12% from 645); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F3A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F3A2 is #0F0C5D. Grayscale: #E9E9E9. Windows color (decimal): -986206 or 10679280. OLE color: 10679280.

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

Color convert

RGB240243162-
CMYK0.0100.330.05
HSL62.22º77.14%79.41%-
HSV(B)62.22º33.33%95.29%-
XYZ74.5185.2446.71-
YUV232.8788.01133.09-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.21%
GREEN value IS 243 (95.31% from 255) = 37.67%
BLUE value IS 162 (63.67% from 255) = 25.12%
R=37.21%
G=37.67%
B=25.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402431620.0100.330.0562.2277.1479.41
HexF0F3A2102153e4d4f
Octal3603632421041576115117
Binary1111000011110011101000101010000110111111010011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F3A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F3A2; }

 p { color: rgb(240,243,162); }

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

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

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

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

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

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

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