#F2F39C

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

Shades of Portafino #F2F39C

Tints of Portafino #F2F39C

Color information

#F2F39C (or 0xF2F39C) is unknown color: approx Portafino. HEX triplet: F2, F3 and 9C. RGB value is (242,243,156). Sum of RGB (Red+Green+Blue) = 242+243+156=641 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.75% from 641); Green value is 243 (95.31% from 255 or 37.91% from 641); Blue value is 156 (61.33% from 255 or 24.34% from 641); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F39C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F39C is #0D0C63. Grayscale: #E9E9E9. Windows color (decimal): -855140 or 10286066. OLE color: 10286066.

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

Color convert

RGB242243156-
CMYK0.0000.360.05
HSL60.69º78.38%78.24%-
HSV(B)60.69º35.8%95.29%-
XYZ74.6785.3844-
YUV232.7884.67134.57-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.75%
GREEN value IS 243 (95.31% from 255) = 37.91%
BLUE value IS 156 (61.33% from 255) = 24.34%
R=37.75%
G=37.91%
B=24.34%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422431560.0000.360.0560.6978.3878.24
HexF2F39C002453d4e4e
Octal3623632340044575116116
Binary1111001011110011100111000010010010111110110011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F39C; }

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

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

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

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

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

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

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

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