Html Css Color HEX #F2EA9F Portafino

📋 copy color: '#F2EA9F'

red 242 ◦ green 234 ◦ blue 159

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

Shades of Portafino #F2EA9F

Tints of Portafino #F2EA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 25.04%

R = 38.11%
G = 36.85%
B = 25.04%

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

#F2EA9F (or 0xF2EA9F) is known color: Portafino. HEX triplet: F2, EA and 9F. RGB value is (242,234,159). Sum of RGB (Red+Green+Blue) = 242+234+159=635 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.11% from 635); Green value is 234 (91.80% from 255 or 36.85% from 635); Blue value is 159 (62.5% from 255 or 25.04% from 635); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EA9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EA9F is #0D1560. Grayscale: #E4E4E4. Windows color (decimal): -857441 or 10480370. OLE color: 10480370.

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

Color convert

RGB 242 234 159 -
CMYK 0 0.03 0.34 0.05
HSL 54.22º 0.76% 0.79% -
HSV(B) 54.22º 0.34% 0.95% -
XYZ 72.3 80.23 44.48 -
YUV 227.84 89.15 138.1 -
System Red Green Blue C M Y K H S L
Decimal 242 234 159 0 0.03 0.34 0.05 54.22 0.76 0.79
Hex F2 EA 9F 0 3 22 5 36 4C 4F
Octal 362 352 237 0 3 42 5 66 114 117
Binary 11110010 11101010 10011111 0 11 100010 101 110110 1001100 1001111

Color Harmonies of #F2EA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EA9F

Black with #F2EA9F

Text Example


Text Example

White with #F2EA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EA9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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