#F5E8A5

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

Shades of Pale Goldenrod #F5E8A5

Tints of Pale Goldenrod #F5E8A5

Color information

#F5E8A5 (or 0xF5E8A5) is unknown color: approx Pale Goldenrod. HEX triplet: F5, E8 and A5. RGB value is (245,232,165). Sum of RGB (Red+Green+Blue) = 245+232+165=642 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.16% from 642); Green value is 232 (91.02% from 255 or 36.14% from 642); Blue value is 165 (64.84% from 255 or 25.70% from 642); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E8A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5E8A5 is #0A175A. Grayscale: #E4E4E4. Windows color (decimal): -661339 or 10873077. OLE color: 10873077.

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

Color convert

RGB245232165-
CMYK00.050.330.04
HSL50.25º80%80.39%-
HSV(B)50.25º32.65%96.08%-
XYZ73.379.8447.14-
YUV228.2592.31139.95-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.16%
GREEN value IS 232 (91.02% from 255) = 36.14%
BLUE value IS 165 (64.84% from 255) = 25.70%
R=38.16%
G=36.14%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523216500.050.330.0450.258080.39
HexF5E8A505214325050
Octal3653502450541462120120
Binary111101011110100010100101010110000110011001010100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E8A5; }

 p { color: rgb(245,232,165); }

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

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

 a { background-color: rgb(245,232,165); }

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

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

 span { border-color: rgb(245,232,165); }

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