Html Css Color HEX #F2EA9E Portafino

📋 copy color: '#F2EA9E'

red 242 ◦ green 234 ◦ blue 158

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

Shades of Portafino #F2EA9E

Tints of Portafino #F2EA9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 24.92%

R = 38.17%
G = 36.91%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2EA9E (or 0xF2EA9E) is known color: Portafino. HEX triplet: F2, EA and 9E. RGB value is (242,234,158). Sum of RGB (Red+Green+Blue) = 242+234+158=634 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.17% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 158 (62.11% from 255 or 24.92% from 634); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EA9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EA9E is #0D1561. Grayscale: #E4E4E4. Windows color (decimal): -857442 or 10414834. OLE color: 10414834.

HSL color Cylindrical-coordinate representation of color #F2EA9E: hue angle of 54.29º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F2EA9E is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 234 158 -
CMYK 0 0.03 0.35 0.05
HSL 54.29º 0.76% 0.78% -
HSV(B) 54.29º 0.35% 0.95% -
XYZ 72.21 80.19 44.02 -
YUV 227.73 88.65 138.18 -
System Red Green Blue C M Y K H S L
Decimal 242 234 158 0 0.03 0.35 0.05 54.29 0.76 0.78
Hex F2 EA 9E 0 3 23 5 36 4C 4E
Octal 362 352 236 0 3 43 5 66 114 116
Binary 11110010 11101010 10011110 0 11 100011 101 110110 1001100 1001110

Color Harmonies of #F2EA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EA9E

Black with #F2EA9E

Text Example


Text Example

White with #F2EA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EA9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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