#F1F29A

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

Shades of Portafino #F1F29A

Tints of Portafino #F1F29A

Color information

#F1F29A (or 0xF1F29A) is unknown color: approx Portafino. HEX triplet: F1, F2 and 9A. RGB value is (241,242,154). Sum of RGB (Red+Green+Blue) = 241+242+154=637 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.83% from 637); Green value is 242 (94.92% from 255 or 37.99% from 637); Blue value is 154 (60.55% from 255 or 24.18% from 637); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F29A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F29A is #0E0D65. Grayscale: #E8E8E8. Windows color (decimal): -920934 or 10154737. OLE color: 10154737.

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

Color convert

RGB241242154-
CMYK0.0000.360.05
HSL60.68º77.19%77.65%-
HSV(B)60.68º36.36%94.9%-
XYZ73.8684.5443-
YUV231.6784.17134.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.83%
GREEN value IS 242 (94.92% from 255) = 37.99%
BLUE value IS 154 (60.55% from 255) = 24.18%
R=37.83%
G=37.99%
B=24.18%

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
Decimal2412421540.0000.360.0560.6877.1977.65
HexF1F29A002453d4d4e
Octal3613622320044575115116
Binary1111000111110010100110100010010010111110110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F29A; }

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

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

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

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

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

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

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

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