#F2EFA9

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

Shades of Pale Goldenrod #F2EFA9

Tints of Pale Goldenrod #F2EFA9

Color information

#F2EFA9 (or 0xF2EFA9) is unknown color: approx Pale Goldenrod. HEX triplet: F2, EF and A9. RGB value is (242,239,169). Sum of RGB (Red+Green+Blue) = 242+239+169=650 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.23% from 650); Green value is 239 (93.75% from 255 or 36.77% from 650); Blue value is 169 (66.41% from 255 or 26% from 650); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EFA9 is #0D1056. Grayscale: #E8E8E8. Windows color (decimal): -856151 or 11137010. OLE color: 11137010.

HSL color Cylindrical-coordinate representation of color #F2EFA9: hue angle of 57.53º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2EFA9 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB242239169-
CMYK00.010.300.05
HSL57.53º73.74%80.59%-
HSV(B)57.53º30.17%94.9%-
XYZ74.6583.4749.71-
YUV231.9292.49135.19-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.23%
GREEN value IS 239 (93.75% from 255) = 36.77%
BLUE value IS 169 (66.41% from 255) = 26%
R=37.23%
G=36.77%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223916900.010.300.0557.5373.7480.59
HexF2EFA9011E53a4a51
Octal3623572510136572112121
Binary111100101110111110101001011111010111101010010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EFA9; }

 p { color: rgb(242,239,169); }

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

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

 a { background-color: rgb(242,239,169); }

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

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

 span { border-color: rgb(242,239,169); }

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