#F5F499

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

Shades of Portafino #F5F499

Tints of Portafino #F5F499

Color information

#F5F499 (or 0xF5F499) is unknown color: approx Portafino. HEX triplet: F5, F4 and 99. RGB value is (245,244,153). Sum of RGB (Red+Green+Blue) = 245+244+153=642 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.16% from 642); Green value is 244 (95.70% from 255 or 38.01% from 642); Blue value is 153 (60.16% from 255 or 23.83% from 642); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F499 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F499 is #0A0B66. Grayscale: #EAEAEA. Windows color (decimal): -658279 or 10089717. OLE color: 10089717.

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

Color convert

RGB245244153-
CMYK00.000.380.04
HSL59.35º82.14%78.04%-
HSV(B)59.35º37.55%96.08%-
XYZ75.7686.4142.82-
YUV233.9282.33135.9-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.16%
GREEN value IS 244 (95.70% from 255) = 38.01%
BLUE value IS 153 (60.16% from 255) = 23.83%
R=38.16%
G=38.01%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524415300.000.380.0459.3582.1478.04
HexF5F499002643b524e
Octal3653642310046473122116
Binary1111010111110100100110010010011010011101110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F499; }

 p { color: rgb(245,244,153); }

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

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

 a { background-color: rgb(245,244,153); }

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

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

 span { border-color: rgb(245,244,153); }

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