Html Css Color HEX #F2EAA0 Portafino

📋 copy color: '#F2EAA0'

red 242 ◦ green 234 ◦ blue 160

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

Shades of Portafino #F2EAA0

Tints of Portafino #F2EAA0

RGB

 RED value IS 242 (94.92% from 255) = 38.05%

 GREEN value IS 234 (91.8% from 255) = 36.79%

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

R = 38.05%
G = 36.79%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F2EAA0 (or 0xF2EAA0) is known color: Portafino. HEX triplet: F2, EA and A0. RGB value is (242,234,160). Sum of RGB (Red+Green+Blue) = 242+234+160=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 160 (62.89% from 255 or 25.16% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EAA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EAA0 is #0D155F. Grayscale: #E4E4E4. Windows color (decimal): -857440 or 10545906. OLE color: 10545906.

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

Color convert

RGB 242 234 160 -
CMYK 0 0.03 0.34 0.05
HSL 54.15º 0.76% 0.79% -
HSV(B) 54.15º 0.34% 0.95% -
XYZ 72.39 80.26 44.93 -
YUV 227.96 89.65 138.02 -
System Red Green Blue C M Y K H S L
Decimal 242 234 160 0 0.03 0.34 0.05 54.15 0.76 0.79
Hex F2 EA A0 0 3 22 5 36 4C 4F
Octal 362 352 240 0 3 42 5 66 114 117
Binary 11110010 11101010 10100000 0 11 100010 101 110110 1001100 1001111

Color Harmonies of #F2EAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EAA0

Black with #F2EAA0

Text Example


Text Example

White with #F2EAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EAA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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