#F2F19C

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

Shades of Portafino #F2F19C

Tints of Portafino #F2F19C

Color information

#F2F19C (or 0xF2F19C) is unknown color: approx Portafino. HEX triplet: F2, F1 and 9C. RGB value is (242,241,156). Sum of RGB (Red+Green+Blue) = 242+241+156=639 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.87% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 156 (61.33% from 255 or 24.41% from 639); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F19C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F19C is #0D0E63. Grayscale: #E7E7E7. Windows color (decimal): -855652 or 10285554. OLE color: 10285554.

HSL color Cylindrical-coordinate representation of color #F2F19C: hue angle of 59.3º 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 #F2F19C is Cyan = 0, Magento = 0.00, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB242241156-
CMYK00.000.360.05
HSL59.3º76.79%78.04%-
HSV(B)59.3º35.54%94.9%-
XYZ74.0784.1943.8-
YUV231.6185.33135.41-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.87%
GREEN value IS 241 (94.53% from 255) = 37.72%
BLUE value IS 156 (61.33% from 255) = 24.41%
R=37.87%
G=37.72%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24224115600.000.360.0559.376.7978.04
HexF2F19C002453b4d4e
Octal3623612340044573115116
Binary1111001011110001100111000010010010111101110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F19C; }

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

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

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

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

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

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

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

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