Html Css Color HEX #F1F1A0 Portafino

📋 copy color: '#F1F1A0'

red 241 ◦ green 241 ◦ blue 160

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

Shades of Portafino #F1F1A0

Tints of Portafino #F1F1A0

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.54%

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

R = 37.54%
G = 37.54%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F1F1A0 (or 0xF1F1A0) is known color: Portafino. HEX triplet: F1, F1 and A0. RGB value is (241,241,160). Sum of RGB (Red+Green+Blue) = 241+241+160=642 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.54% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 160 (62.89% from 255 or 24.92% from 642); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F1A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1F1A0 is #0E0E5F. Grayscale: #E8E8E8. Windows color (decimal): -921184 or 10547697. OLE color: 10547697.

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

Color convert

RGB 241 241 160 -
CMYK 0 0 0.34 0.05
HSL 60º 0.74% 0.79% -
HSV(B) 60º 0.34% 0.95% -
XYZ 74.08 84.15 45.6 -
YUV 231.77 87.5 134.59 -
System Red Green Blue C M Y K H S L
Decimal 241 241 160 0 0 0.34 0.05 60 0.74 0.79
Hex F1 F1 A0 0 0 22 5 3C 4A 4F
Octal 361 361 240 0 0 42 5 74 112 117
Binary 11110001 11110001 10100000 0 0 100010 101 111100 1001010 1001111

Color Harmonies of #F1F1A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F1A0

Black with #F1F1A0

Text Example


Text Example

White with #F1F1A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F1A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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