#F0F29D

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

Shades of Portafino #F0F29D

Tints of Portafino #F0F29D

Color information

#F0F29D (or 0xF0F29D) is unknown color: approx Portafino. HEX triplet: F0, F2 and 9D. RGB value is (240,242,157). Sum of RGB (Red+Green+Blue) = 240+242+157=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 242 (94.92% from 255 or 37.87% from 639); Blue value is 157 (61.72% from 255 or 24.57% from 639); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F29D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F29D is #0F0D62. Grayscale: #E8E8E8. Windows color (decimal): -986467 or 10351344. OLE color: 10351344.

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

Color convert

RGB240242157-
CMYK0.0100.350.05
HSL61.41º76.58%78.24%-
HSV(B)61.41º35.12%94.9%-
XYZ73.7784.4644.31-
YUV231.7185.84133.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.56%
GREEN value IS 242 (94.92% from 255) = 37.87%
BLUE value IS 157 (61.72% from 255) = 24.57%
R=37.56%
G=37.87%
B=24.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402421570.0100.350.0561.4176.5878.24
HexF0F29D102353d4d4e
Octal3603622351043575115116
Binary1111000011110010100111011010001110111110110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F29D; }

 p { color: rgb(240,242,157); }

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

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

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

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

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

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

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