Html Css Color HEX #F0EFA1 Portafino

📋 copy color: '#F0EFA1'

red 240 ◦ green 239 ◦ blue 161

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

Shades of Portafino #F0EFA1

Tints of Portafino #F0EFA1

RGB

 RED value IS 240 (94.14% from 255) = 37.5%

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

 BLUE value IS 161 (63.28% from 255) = 25.16%

R = 37.5%
G = 37.34%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#F0EFA1 (or 0xF0EFA1) is known color: Portafino. HEX triplet: F0, EF and A1. RGB value is (240,239,161). Sum of RGB (Red+Green+Blue) = 240+239+161=640 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.5% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 161 (63.28% from 255 or 25.16% from 640); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EFA1 is #0F105E. Grayscale: #E6E6E6. Windows color (decimal): -987231 or 10612720. OLE color: 10612720.

HSL color Cylindrical-coordinate representation of color #F0EFA1: hue angle of 59.24º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0EFA1 is Cyan = 0, Magento = 0.00, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 239 161 -
CMYK 0 0.00 0.33 0.06
HSL 59.24º 0.72% 0.79% -
HSV(B) 59.24º 0.33% 0.94% -
XYZ 73.23 82.83 45.85 -
YUV 230.41 88.83 134.84 -
System Red Green Blue C M Y K H S L
Decimal 240 239 161 0 0.00 0.33 0.06 59.24 0.72 0.79
Hex F0 EF A1 0 0 21 6 3B 48 4F
Octal 360 357 241 0 0 41 6 73 110 117
Binary 11110000 11101111 10100001 0 0 100001 110 111011 1001000 1001111

Color Harmonies of #F0EFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EFA1

Black with #F0EFA1

Text Example


Text Example

White with #F0EFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EFA1; }

 p { color: rgb(240,239,161); }

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

background-color css

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

 a { background-color: rgb(240,239,161); }

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

border-color css

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

 span { border-color: rgb(240,239,161); }

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