#F2E8A7

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

Shades of Pale Goldenrod #F2E8A7

Tints of Pale Goldenrod #F2E8A7

Color information

#F2E8A7 (or 0xF2E8A7) is unknown color: approx Pale Goldenrod. HEX triplet: F2, E8 and A7. RGB value is (242,232,167). Sum of RGB (Red+Green+Blue) = 242+232+167=641 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.75% from 641); Green value is 232 (91.02% from 255 or 36.19% from 641); Blue value is 167 (65.62% from 255 or 26.05% from 641); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E8A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E8A7 is #0D1758. Grayscale: #E3E3E3. Windows color (decimal): -857945 or 11004146. OLE color: 11004146.

HSL color Cylindrical-coordinate representation of color #F2E8A7: hue angle of 52º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2E8A7 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB242232167-
CMYK00.040.310.05
HSL52º74.26%80.2%-
HSV(B)52º30.99%94.9%-
XYZ72.4579.3848.06-
YUV227.5893.81138.29-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.75%
GREEN value IS 232 (91.02% from 255) = 36.19%
BLUE value IS 167 (65.62% from 255) = 26.05%
R=37.75%
G=36.19%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223216700.040.310.055274.2680.2
HexF2E8A7041F5344a50
Octal3623502470437564112120
Binary11110010111010001010011101001111110111010010010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E8A7; }

 p { color: rgb(242,232,167); }

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

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

 a { background-color: rgb(242,232,167); }

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

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

 span { border-color: rgb(242,232,167); }

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