#F2F09C

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

Shades of Portafino #F2F09C

Tints of Portafino #F2F09C

Color information

#F2F09C (or 0xF2F09C) is unknown color: approx Portafino. HEX triplet: F2, F0 and 9C. RGB value is (242,240,156). Sum of RGB (Red+Green+Blue) = 242+240+156=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 240 (94.14% from 255 or 37.62% from 638); Blue value is 156 (61.33% from 255 or 24.45% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F09C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F09C is #0D0F63. Grayscale: #E7E7E7. Windows color (decimal): -855908 or 10285298. OLE color: 10285298.

HSL color Cylindrical-coordinate representation of color #F2F09C: hue angle of 58.6º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F2F09C is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB242240156-
CMYK00.010.360.05
HSL58.6º76.79%78.04%-
HSV(B)58.6º35.54%94.9%-
XYZ73.7883.643.7-
YUV231.0285.66135.83-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.93%
GREEN value IS 240 (94.14% from 255) = 37.62%
BLUE value IS 156 (61.33% from 255) = 24.45%
R=37.93%
G=37.62%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24224015600.010.360.0558.676.7978.04
HexF2F09C012453b4d4e
Octal3623602340144573115116
Binary1111001011110000100111000110010010111101110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F09C; }

 p { color: rgb(242,240,156); }

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

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

 a { background-color: rgb(242,240,156); }

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

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

 span { border-color: rgb(242,240,156); }

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