#F5E1AD

Color #F5E1AD Peach-Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach-Yellow #F5E1AD

Tints of Peach-Yellow #F5E1AD

Color information

#F5E1AD (or 0xF5E1AD) is unknown color: approx Peach-Yellow. HEX triplet: F5, E1 and AD. RGB value is (245,225,173). Sum of RGB (Red+Green+Blue) = 245+225+173=643 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.10% from 643); Green value is 225 (88.28% from 255 or 34.99% from 643); Blue value is 173 (67.97% from 255 or 26.91% from 643); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E1AD is #0A1E52. Grayscale: #E1E1E1. Windows color (decimal): -663123 or 11395573. OLE color: 11395573.

HSL color Cylindrical-coordinate representation of color #F5E1AD: hue angle of 43.33º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5E1AD is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB245225173-
CMYK00.080.290.04
HSL43.33º78.26%81.96%-
HSV(B)43.33º29.39%96.08%-
XYZ72.1276.2850.46-
YUV225.0598.63142.23-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.10%
GREEN value IS 225 (88.28% from 255) = 34.99%
BLUE value IS 173 (67.97% from 255) = 26.91%
R=38.10%
G=34.99%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522517300.080.290.0443.3378.2681.96
HexF5E1AD081D42b4e52
Octal36534125501035453116122
Binary111101011110000110101101010001110110010101110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E1AD; }

 p { color: rgb(245,225,173); }

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

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

 a { background-color: rgb(245,225,173); }

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

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

 span { border-color: rgb(245,225,173); }

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