Html Css Color HEX #F2EDA0 Portafino

📋 copy color: '#F2EDA0'

red 242 ◦ green 237 ◦ blue 160

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

Shades of Portafino #F2EDA0

Tints of Portafino #F2EDA0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.09%

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

R = 37.87%
G = 37.09%
B = 25.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F2EDA0 (or 0xF2EDA0) is known color: Portafino. HEX triplet: F2, ED and A0. RGB value is (242,237,160). Sum of RGB (Red+Green+Blue) = 242+237+160=639 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.87% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 160 (62.89% from 255 or 25.04% from 639); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EDA0 is #0D125F. Grayscale: #E6E6E6. Windows color (decimal): -856672 or 10546674. OLE color: 10546674.

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

Color convert

RGB 242 237 160 -
CMYK 0 0.02 0.34 0.05
HSL 56.34º 0.76% 0.79% -
HSV(B) 56.34º 0.34% 0.95% -
XYZ 73.25 81.98 45.22 -
YUV 229.72 88.66 136.76 -
System Red Green Blue C M Y K H S L
Decimal 242 237 160 0 0.02 0.34 0.05 56.34 0.76 0.79
Hex F2 ED A0 0 2 22 5 38 4C 4F
Octal 362 355 240 0 2 42 5 70 114 117
Binary 11110010 11101101 10100000 0 10 100010 101 111000 1001100 1001111

Color Harmonies of #F2EDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EDA0

Black with #F2EDA0

Text Example


Text Example

White with #F2EDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EDA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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