#F5F09A

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

Shades of Portafino #F5F09A

Tints of Portafino #F5F09A

Color information

#F5F09A (or 0xF5F09A) is unknown color: approx Portafino. HEX triplet: F5, F0 and 9A. RGB value is (245,240,154). Sum of RGB (Red+Green+Blue) = 245+240+154=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 240 (94.14% from 255 or 37.56% from 639); Blue value is 154 (60.55% from 255 or 24.10% from 639); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F09A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F09A is #0A0F65. Grayscale: #E8E8E8. Windows color (decimal): -659302 or 10154229. OLE color: 10154229.

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

Color convert

RGB245240154-
CMYK00.020.370.04
HSL56.7º81.98%78.24%-
HSV(B)56.7º37.14%96.08%-
XYZ74.6584.0742.86-
YUV231.6984.16137.49-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.34%
GREEN value IS 240 (94.14% from 255) = 37.56%
BLUE value IS 154 (60.55% from 255) = 24.10%
R=38.34%
G=37.56%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524015400.020.370.0456.781.9878.24
HexF5F09A0225439524e
Octal3653602320245471122116
Binary11110101111100001001101001010010110011100110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F09A; }

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

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

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

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

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

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

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

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