#F5F399

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

Shades of Portafino #F5F399

Tints of Portafino #F5F399

Color information

#F5F399 (or 0xF5F399) is unknown color: approx Portafino. HEX triplet: F5, F3 and 99. RGB value is (245,243,153). Sum of RGB (Red+Green+Blue) = 245+243+153=641 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.22% from 641); Green value is 243 (95.31% from 255 or 37.91% from 641); Blue value is 153 (60.16% from 255 or 23.87% from 641); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F399 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F399 is #0A0C66. Grayscale: #E9E9E9. Windows color (decimal): -658535 or 10089461. OLE color: 10089461.

HSL color Cylindrical-coordinate representation of color #F5F399: hue angle of 58.7º 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 #F5F399 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB245243153-
CMYK00.010.380.04
HSL58.7º82.14%78.04%-
HSV(B)58.7º37.55%96.08%-
XYZ75.4685.8142.72-
YUV233.3482.66136.32-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.22%
GREEN value IS 243 (95.31% from 255) = 37.91%
BLUE value IS 153 (60.16% from 255) = 23.87%
R=38.22%
G=37.91%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524315300.010.380.0458.782.1478.04
HexF5F399012643b524e
Octal3653632310146473122116
Binary1111010111110011100110010110011010011101110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F399; }

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

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

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

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

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

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

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

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