#F5D9AD

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

Shades of Peach-Yellow #F5D9AD

Tints of Peach-Yellow #F5D9AD

Color information

#F5D9AD (or 0xF5D9AD) is unknown color: approx Peach-Yellow. HEX triplet: F5, D9 and AD. RGB value is (245,217,173). Sum of RGB (Red+Green+Blue) = 245+217+173=635 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.58% from 635); Green value is 217 (85.16% from 255 or 34.17% from 635); Blue value is 173 (67.97% from 255 or 27.24% from 635); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D9AD is #0A2652. Grayscale: #DCDCDC. Windows color (decimal): -665171 or 11393525. OLE color: 11393525.

HSL color Cylindrical-coordinate representation of color #F5D9AD: hue angle of 36.67º 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 #F5D9AD is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB245217173-
CMYK00.110.290.04
HSL36.67º78.26%81.96%-
HSV(B)36.67º29.39%96.08%-
XYZ70.0172.0649.75-
YUV220.36101.28145.58-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.58%
GREEN value IS 217 (85.16% from 255) = 34.17%
BLUE value IS 173 (67.97% from 255) = 27.24%
R=38.58%
G=34.17%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24521717300.110.290.0436.6778.2681.96
HexF5D9AD0B1D4254e52
Octal36533125501335445116122
Binary111101011101100110101101010111110110010010110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D9AD; }

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

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

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

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

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

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

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

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