Html Css Color HEX #F7EFA0 Portafino

📋 copy color: '#F7EFA0'

red 247 ◦ green 239 ◦ blue 160

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

Shades of Portafino #F7EFA0

Tints of Portafino #F7EFA0

RGB

 RED value IS 247 (96.88% from 255) = 38.24%

 GREEN value IS 239 (93.75% from 255) = 37%

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

R = 38.24%
G = 37%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#F7EFA0 (or 0xF7EFA0) is known color: Portafino. HEX triplet: F7, EF and A0. RGB value is (247,239,160). Sum of RGB (Red+Green+Blue) = 247+239+160=646 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.24% from 646); Green value is 239 (93.75% from 255 or 37.00% from 646); Blue value is 160 (62.89% from 255 or 24.77% from 646); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EFA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7EFA0 is #08105F. Grayscale: #E8E8E8. Windows color (decimal): -528480 or 10547191. OLE color: 10547191.

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

Color convert

RGB 247 239 160 -
CMYK 0 0.03 0.35 0.03
HSL 54.48º 0.84% 0.8% -
HSV(B) 54.48º 0.35% 0.97% -
XYZ 75.57 84.05 45.5 -
YUV 232.39 87.15 138.42 -
System Red Green Blue C M Y K H S L
Decimal 247 239 160 0 0.03 0.35 0.03 54.48 0.84 0.8
Hex F7 EF A0 0 3 23 3 36 54 50
Octal 367 357 240 0 3 43 3 66 124 120
Binary 11110111 11101111 10100000 0 11 100011 11 110110 1010100 1010000

Color Harmonies of #F7EFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7EFA0

Black with #F7EFA0

Text Example


Text Example

White with #F7EFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7EFA0; }

 p { color: rgb(247,239,160); }

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

background-color css

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

 a { background-color: rgb(247,239,160); }

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

border-color css

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

 span { border-color: rgb(247,239,160); }

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