#F2F399

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

Shades of Portafino #F2F399

Tints of Portafino #F2F399

Color information

#F2F399 (or 0xF2F399) is unknown color: approx Portafino. HEX triplet: F2, F3 and 99. RGB value is (242,243,153). Sum of RGB (Red+Green+Blue) = 242+243+153=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 243 (95.31% from 255 or 38.09% from 638); Blue value is 153 (60.16% from 255 or 23.98% from 638); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F399 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F399 is #0D0C66. Grayscale: #E8E8E8. Windows color (decimal): -855143 or 10089458. OLE color: 10089458.

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

Color convert

RGB242243153-
CMYK0.0000.370.05
HSL60.67º78.95%77.65%-
HSV(B)60.67º37.04%95.29%-
XYZ74.4285.2842.68-
YUV232.4483.17134.82-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.93%
GREEN value IS 243 (95.31% from 255) = 38.09%
BLUE value IS 153 (60.16% from 255) = 23.98%
R=37.93%
G=38.09%
B=23.98%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422431530.0000.370.0560.6778.9577.65
HexF2F399002553d4f4e
Octal3623632310045575117116
Binary1111001011110011100110010010010110111110110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F399; }

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

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

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

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

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

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

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

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