Html Css Color HEX #F6EDA0 Portafino

📋 copy color: '#F6EDA0'

red 246 ◦ green 237 ◦ blue 160

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

Shades of Portafino #F6EDA0

Tints of Portafino #F6EDA0

RGB

 RED value IS 246 (96.48% from 255) = 38.26%

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

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

R = 38.26%
G = 36.86%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#F6EDA0 (or 0xF6EDA0) is known color: Portafino. HEX triplet: F6, ED and A0. RGB value is (246,237,160). Sum of RGB (Red+Green+Blue) = 246+237+160=643 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.26% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 160 (62.89% from 255 or 24.88% from 643); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EDA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6EDA0 is #09125F. Grayscale: #E7E7E7. Windows color (decimal): -594528 or 10546678. OLE color: 10546678.

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

Color convert

RGB 246 237 160 -
CMYK 0 0.04 0.35 0.04
HSL 53.72º 0.83% 0.8% -
HSV(B) 53.72º 0.35% 0.96% -
XYZ 74.64 82.7 45.29 -
YUV 230.91 87.98 138.76 -
System Red Green Blue C M Y K H S L
Decimal 246 237 160 0 0.04 0.35 0.04 53.72 0.83 0.8
Hex F6 ED A0 0 4 23 4 36 53 50
Octal 366 355 240 0 4 43 4 66 123 120
Binary 11110110 11101101 10100000 0 100 100011 100 110110 1010011 1010000

Color Harmonies of #F6EDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6EDA0

Black with #F6EDA0

Text Example


Text Example

White with #F6EDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6EDA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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