#F2F199

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

Shades of Portafino #F2F199

Tints of Portafino #F2F199

Color information

#F2F199 (or 0xF2F199) is unknown color: approx Portafino. HEX triplet: F2, F1 and 99. RGB value is (242,241,153). Sum of RGB (Red+Green+Blue) = 242+241+153=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 241 (94.53% from 255 or 37.89% from 636); Blue value is 153 (60.16% from 255 or 24.06% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F199 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F199 is #0D0E66. Grayscale: #E7E7E7. Windows color (decimal): -855655 or 10088946. OLE color: 10088946.

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

Color convert

RGB242241153-
CMYK00.000.370.05
HSL59.33º77.39%77.45%-
HSV(B)59.33º36.78%94.9%-
XYZ73.8284.0942.48-
YUV231.2783.83135.66-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.05%
GREEN value IS 241 (94.53% from 255) = 37.89%
BLUE value IS 153 (60.16% from 255) = 24.06%
R=38.05%
G=37.89%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24224115300.000.370.0559.3377.3977.45
HexF2F199002553b4d4d
Octal3623612310045573115115
Binary1111001011110001100110010010010110111101110011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F199; }

 p { color: rgb(242,241,153); }

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

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

 a { background-color: rgb(242,241,153); }

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

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

 span { border-color: rgb(242,241,153); }

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