Html Css Color HEX #F1EFA0 Portafino

📋 copy color: '#F1EFA0'

red 241 ◦ green 239 ◦ blue 160

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

Shades of Portafino #F1EFA0

Tints of Portafino #F1EFA0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.34%

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

R = 37.66%
G = 37.34%
B = 25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F1EFA0 (or 0xF1EFA0) is known color: Portafino. HEX triplet: F1, EF and A0. RGB value is (241,239,160). Sum of RGB (Red+Green+Blue) = 241+239+160=640 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.66% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 160 (62.89% from 255 or 25% from 640); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EFA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1EFA0 is #0E105F. Grayscale: #E6E6E6. Windows color (decimal): -921696 or 10547185. OLE color: 10547185.

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

Color convert

RGB 241 239 160 -
CMYK 0 0.01 0.34 0.05
HSL 58.52º 0.74% 0.79% -
HSV(B) 58.52º 0.34% 0.95% -
XYZ 73.49 82.97 45.4 -
YUV 230.59 88.16 135.42 -
System Red Green Blue C M Y K H S L
Decimal 241 239 160 0 0.01 0.34 0.05 58.52 0.74 0.79
Hex F1 EF A0 0 1 22 5 3B 4A 4F
Octal 361 357 240 0 1 42 5 73 112 117
Binary 11110001 11101111 10100000 0 1 100010 101 111011 1001010 1001111

Color Harmonies of #F1EFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1EFA0

Black with #F1EFA0

Text Example


Text Example

White with #F1EFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1EFA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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