#F2ED97

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

Shades of Portafino #F2ED97

Tints of Portafino #F2ED97

Color information

#F2ED97 (or 0xF2ED97) is unknown color: approx Portafino. HEX triplet: F2, ED and 97. RGB value is (242,237,151). Sum of RGB (Red+Green+Blue) = 242+237+151=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 151 (59.38% from 255 or 23.97% from 630); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2ED97 is #0D1268. Grayscale: #E5E5E5. Windows color (decimal): -856681 or 9956850. OLE color: 9956850.

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

Color convert

RGB242237151-
CMYK00.020.380.05
HSL56.7º77.78%77.06%-
HSV(B)56.7º37.6%94.9%-
XYZ72.4981.6841.22-
YUV228.6984.16137.49-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.41%
GREEN value IS 237 (92.97% from 255) = 37.62%
BLUE value IS 151 (59.38% from 255) = 23.97%
R=38.41%
G=37.62%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223715100.020.380.0556.777.7877.06
HexF2ED9702265394e4d
Octal3623552270246571116115
Binary11110010111011011001011101010011010111100110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ED97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ED97; }

 p { color: rgb(242,237,151); }

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

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

 a { background-color: rgb(242,237,151); }

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

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

 span { border-color: rgb(242,237,151); }

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