#F6F49A

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

Shades of Portafino #F6F49A

Tints of Portafino #F6F49A

Color information

#F6F49A (or 0xF6F49A) is unknown color: approx Portafino. HEX triplet: F6, F4 and 9A. RGB value is (246,244,154). Sum of RGB (Red+Green+Blue) = 246+244+154=644 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.20% from 644); Green value is 244 (95.70% from 255 or 37.89% from 644); Blue value is 154 (60.55% from 255 or 23.91% from 644); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F49A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F49A is #090B65. Grayscale: #EAEAEA. Windows color (decimal): -592742 or 10155254. OLE color: 10155254.

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

Color convert

RGB246244154-
CMYK00.010.370.04
HSL58.7º83.64%78.43%-
HSV(B)58.7º37.4%96.47%-
XYZ76.1986.6343.28-
YUV234.3482.66136.32-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.20%
GREEN value IS 244 (95.70% from 255) = 37.89%
BLUE value IS 154 (60.55% from 255) = 23.91%
R=38.20%
G=37.89%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24624415400.010.370.0458.783.6478.43
HexF6F49A012543b544e
Octal3663642320145473124116
Binary1111011011110100100110100110010110011101110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F49A; }

 p { color: rgb(246,244,154); }

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

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

 a { background-color: rgb(246,244,154); }

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

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

 span { border-color: rgb(246,244,154); }

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