#F0F59F

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

Shades of Portafino #F0F59F

Tints of Portafino #F0F59F

Color information

#F0F59F (or 0xF0F59F) is unknown color: approx Portafino. HEX triplet: F0, F5 and 9F. RGB value is (240,245,159). Sum of RGB (Red+Green+Blue) = 240+245+159=644 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.27% from 644); Green value is 245 (96.09% from 255 or 38.04% from 644); Blue value is 159 (62.5% from 255 or 24.69% from 644); Max value from RGB is 245 - color contains mainly: green. Hex color #F0F59F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F59F is #0F0A60. Grayscale: #EAEAEA. Windows color (decimal): -985697 or 10483184. OLE color: 10483184.

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

Color convert

RGB240245159-
CMYK0.0200.350.04
HSL63.49º81.13%79.22%-
HSV(B)63.49º35.1%96.08%-
XYZ74.8586.3345.52-
YUV233.785.84132.49-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.27%
GREEN value IS 245 (96.09% from 255) = 38.04%
BLUE value IS 159 (62.5% from 255) = 24.69%
R=37.27%
G=38.04%
B=24.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2402451590.0200.350.0463.4981.1379.22
HexF0F59F202343f514f
Octal3603652372043477121117
Binary11110000111101011001111110010001110011111110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F59F; }

 p { color: rgb(240,245,159); }

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

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

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

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

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

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

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