Html Css Color HEX #F4EDA2 Portafino

📋 copy color: '#F4EDA2'

red 244 ◦ green 237 ◦ blue 162

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

Shades of Portafino #F4EDA2

Tints of Portafino #F4EDA2

RGB

 RED value IS 244 (95.7% from 255) = 37.95%

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

 BLUE value IS 162 (63.67% from 255) = 25.19%

R = 37.95%
G = 36.86%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.04

RGB Variations

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

Color information

#F4EDA2 (or 0xF4EDA2) is known color: Portafino. HEX triplet: F4, ED and A2. RGB value is (244,237,162). Sum of RGB (Red+Green+Blue) = 244+237+162=643 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.95% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 162 (63.67% from 255 or 25.19% from 643); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EDA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4EDA2 is #0B125D. Grayscale: #E6E6E6. Windows color (decimal): -725598 or 10677748. OLE color: 10677748.

HSL color Cylindrical-coordinate representation of color #F4EDA2: hue angle of 54.88º degrees, saturation: 0.79, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F4EDA2 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 237 162 -
CMYK 0 0.03 0.34 0.04
HSL 54.88º 0.79% 0.8% -
HSV(B) 54.88º 0.34% 0.96% -
XYZ 74.11 82.41 46.18 -
YUV 230.54 89.32 137.6 -
System Red Green Blue C M Y K H S L
Decimal 244 237 162 0 0.03 0.34 0.04 54.88 0.79 0.8
Hex F4 ED A2 0 3 22 4 37 4F 50
Octal 364 355 242 0 3 42 4 67 117 120
Binary 11110100 11101101 10100010 0 11 100010 100 110111 1001111 1010000

Color Harmonies of #F4EDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4EDA2

Black with #F4EDA2

Text Example


Text Example

White with #F4EDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4EDA2; }

 p { color: rgb(244,237,162); }

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

background-color css

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

 a { background-color: rgb(244,237,162); }

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

border-color css

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

 span { border-color: rgb(244,237,162); }

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