#F2EB9B

Color #F2EB9B Portafino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portafino #F2EB9B

Tints of Portafino #F2EB9B

Color information

#F2EB9B (or 0xF2EB9B) is unknown color: approx Portafino. HEX triplet: F2, EB and 9B. RGB value is (242,235,155). Sum of RGB (Red+Green+Blue) = 242+235+155=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 155 (60.94% from 255 or 24.53% from 632); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EB9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EB9B is #0D1464. Grayscale: #E4E4E4. Windows color (decimal): -857189 or 10218482. OLE color: 10218482.

HSL color Cylindrical-coordinate representation of color #F2EB9B: hue angle of 55.17º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F2EB9B is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB242235155-
CMYK00.030.360.05
HSL55.17º76.99%77.84%-
HSV(B)55.17º35.95%94.9%-
XYZ72.2480.6642.77-
YUV227.9786.82138-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.29%
GREEN value IS 235 (92.19% from 255) = 37.18%
BLUE value IS 155 (60.94% from 255) = 24.53%
R=38.29%
G=37.18%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223515500.030.360.0555.1776.9977.84
HexF2EB9B03245374d4e
Octal3623532330344567115116
Binary11110010111010111001101101110010010111011110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EB9B; }

 p { color: rgb(242,235,155); }

 H1.HeaderClassName
 {
   color: #F2EB9B;
 }
 .AnyTagClassName
 {
   color: #F2EB9B;
 }
</style>
background-color css

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

 a { background-color: rgb(242,235,155); }

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

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

 span { border-color: rgb(242,235,155); }

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