Html Css Color HEX #F1F2A0 Portafino

📋 copy color: '#F1F2A0'

red 241 ◦ green 242 ◦ blue 160

#F1F2A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portafino #F1F2A0

Tints of Portafino #F1F2A0

RGB

 RED value IS 241 (94.53% from 255) = 37.48%

 GREEN value IS 242 (94.92% from 255) = 37.64%

 BLUE value IS 160 (62.89% from 255) = 24.88%

R = 37.48%
G = 37.64%
B = 24.88%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F1F2A0 (or 0xF1F2A0) is known color: Portafino. HEX triplet: F1, F2 and A0. RGB value is (241,242,160). Sum of RGB (Red+Green+Blue) = 241+242+160=643 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.48% from 643); Green value is 242 (94.92% from 255 or 37.64% from 643); Blue value is 160 (62.89% from 255 or 24.88% from 643); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F2A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F2A0 is #0E0D5F. Grayscale: #E8E8E8. Windows color (decimal): -920928 or 10547953. OLE color: 10547953.

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

Color convert

RGB 241 242 160 -
CMYK 0.00 0 0.34 0.05
HSL 60.73º 0.76% 0.79% -
HSV(B) 60.73º 0.34% 0.95% -
XYZ 74.37 84.74 45.69 -
YUV 232.35 87.17 134.17 -
System Red Green Blue C M Y K H S L
Decimal 241 242 160 0.00 0 0.34 0.05 60.73 0.76 0.79
Hex F1 F2 A0 0 0 22 5 3D 4C 4F
Octal 361 362 240 0 0 42 5 75 114 117
Binary 11110001 11110010 10100000 0 0 100010 101 111101 1001100 1001111

Color Harmonies of #F1F2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F2A0

Black with #F1F2A0

Text Example


Text Example

White with #F1F2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F2A0; }

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

 H1.HeaderClassName
 {
   color: #F1F2A0;
 }
 .AnyTagClassName
 {
   color: #F1F2A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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