#F2F39E

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

Shades of Portafino #F2F39E

Tints of Portafino #F2F39E

Color information

#F2F39E (or 0xF2F39E) is unknown color: approx Portafino. HEX triplet: F2, F3 and 9E. RGB value is (242,243,158). Sum of RGB (Red+Green+Blue) = 242+243+158=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 243 (95.31% from 255 or 37.79% from 643); Blue value is 158 (62.11% from 255 or 24.57% from 643); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F39E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F39E is #0D0C61. Grayscale: #E9E9E9. Windows color (decimal): -855138 or 10417138. OLE color: 10417138.

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

Color convert

RGB242243158-
CMYK0.0000.350.05
HSL60.71º77.98%78.63%-
HSV(B)60.71º34.98%95.29%-
XYZ74.8485.4544.9-
YUV233.0185.67134.41-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.64%
GREEN value IS 243 (95.31% from 255) = 37.79%
BLUE value IS 158 (62.11% from 255) = 24.57%
R=37.64%
G=37.79%
B=24.57%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422431580.0000.350.0560.7177.9878.63
HexF2F39E002353d4e4f
Octal3623632360043575116117
Binary1111001011110011100111100010001110111110110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F39E; }

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

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

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

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

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

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

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

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