Html Css Color HEX #F5EF9B Portafino

📋 copy color: '#F5EF9B'

red 245 ◦ green 239 ◦ blue 155

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

Shades of Portafino #F5EF9B

Tints of Portafino #F5EF9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 24.26%

R = 38.34%
G = 37.4%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F5EF9B (or 0xF5EF9B) is known color: Portafino. HEX triplet: F5, EF and 9B. RGB value is (245,239,155). Sum of RGB (Red+Green+Blue) = 245+239+155=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 155 (60.94% from 255 or 24.26% from 639); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EF9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EF9B is #0A1064. Grayscale: #E7E7E7. Windows color (decimal): -659557 or 10219509. OLE color: 10219509.

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

Color convert

RGB 245 239 155 -
CMYK 0 0.02 0.37 0.04
HSL 56º 0.82% 0.78% -
HSV(B) 56º 0.37% 0.96% -
XYZ 74.44 83.51 43.21 -
YUV 231.22 84.99 137.83 -
System Red Green Blue C M Y K H S L
Decimal 245 239 155 0 0.02 0.37 0.04 56 0.82 0.78
Hex F5 EF 9B 0 2 25 4 38 52 4E
Octal 365 357 233 0 2 45 4 70 122 116
Binary 11110101 11101111 10011011 0 10 100101 100 111000 1010010 1001110

Color Harmonies of #F5EF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EF9B

Black with #F5EF9B

Text Example


Text Example

White with #F5EF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EF9B; }

 p { color: rgb(245,239,155); }

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

background-color css

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

 a { background-color: rgb(245,239,155); }

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

border-color css

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

 span { border-color: rgb(245,239,155); }

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