Html Css Color HEX #F5EE9C Portafino

📋 copy color: '#F5EE9C'

red 245 ◦ green 238 ◦ blue 156

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

Shades of Portafino #F5EE9C

Tints of Portafino #F5EE9C

RGB

 RED value IS 245 (96.09% from 255) = 38.34%

 GREEN value IS 238 (93.36% from 255) = 37.25%

 BLUE value IS 156 (61.33% from 255) = 24.41%

R = 38.34%
G = 37.25%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F5EE9C (or 0xF5EE9C) is known color: Portafino. HEX triplet: F5, EE and 9C. RGB value is (245,238,156). Sum of RGB (Red+Green+Blue) = 245+238+156=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 156 (61.33% from 255 or 24.41% from 639); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EE9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EE9C is #0A1163. Grayscale: #E7E7E7. Windows color (decimal): -659812 or 10284789. OLE color: 10284789.

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

Color convert

RGB 245 238 156 -
CMYK 0 0.03 0.36 0.04
HSL 55.28º 0.82% 0.79% -
HSV(B) 55.28º 0.36% 0.96% -
XYZ 74.23 82.96 43.55 -
YUV 230.75 85.82 138.17 -
System Red Green Blue C M Y K H S L
Decimal 245 238 156 0 0.03 0.36 0.04 55.28 0.82 0.79
Hex F5 EE 9C 0 3 24 4 37 52 4F
Octal 365 356 234 0 3 44 4 67 122 117
Binary 11110101 11101110 10011100 0 11 100100 100 110111 1010010 1001111

Color Harmonies of #F5EE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EE9C

Black with #F5EE9C

Text Example


Text Example

White with #F5EE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EE9C; }

 p { color: rgb(245,238,156); }

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

background-color css

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

 a { background-color: rgb(245,238,156); }

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

border-color css

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

 span { border-color: rgb(245,238,156); }

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