#F6F09B

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

Shades of Portafino #F6F09B

Tints of Portafino #F6F09B

Color information

#F6F09B (or 0xF6F09B) is unknown color: approx Portafino. HEX triplet: F6, F0 and 9B. RGB value is (246,240,155). Sum of RGB (Red+Green+Blue) = 246+240+155=641 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.38% from 641); Green value is 240 (94.14% from 255 or 37.44% from 641); Blue value is 155 (60.94% from 255 or 24.18% from 641); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F09B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F09B is #090F64. Grayscale: #E8E8E8. Windows color (decimal): -593765 or 10219766. OLE color: 10219766.

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

Color convert

RGB246240155-
CMYK00.020.370.04
HSL56.04º83.49%78.63%-
HSV(B)56.04º36.99%96.47%-
XYZ75.0884.2843.32-
YUV232.184.49137.91-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.38%
GREEN value IS 240 (94.14% from 255) = 37.44%
BLUE value IS 155 (60.94% from 255) = 24.18%
R=38.38%
G=37.44%
B=24.18%

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
Decimal24624015500.020.370.0456.0483.4978.63
HexF6F09B0225438534f
Octal3663602330245470123117
Binary11110110111100001001101101010010110011100010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F09B; }

 p { color: rgb(246,240,155); }

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

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

 a { background-color: rgb(246,240,155); }

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

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

 span { border-color: rgb(246,240,155); }

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