#F7E1AD

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

Shades of Peach-Yellow #F7E1AD

Tints of Peach-Yellow #F7E1AD

Color information

#F7E1AD (or 0xF7E1AD) is unknown color: approx Peach-Yellow. HEX triplet: F7, E1 and AD. RGB value is (247,225,173). Sum of RGB (Red+Green+Blue) = 247+225+173=645 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.29% from 645); Green value is 225 (88.28% from 255 or 34.88% from 645); Blue value is 173 (67.97% from 255 or 26.82% from 645); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7E1AD is #081E52. Grayscale: #E1E1E1. Windows color (decimal): -532051 or 11395575. OLE color: 11395575.

HSL color Cylindrical-coordinate representation of color #F7E1AD: hue angle of 42.16º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7E1AD is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB247225173-
CMYK00.090.300.03
HSL42.16º82.22%82.35%-
HSV(B)42.16º29.96%96.86%-
XYZ72.8376.6450.49-
YUV225.6598.29143.23-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.29%
GREEN value IS 225 (88.28% from 255) = 34.88%
BLUE value IS 173 (67.97% from 255) = 26.82%
R=38.29%
G=34.88%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722517300.090.300.0342.1682.2282.35
HexF7E1AD091E32a5252
Octal36734125501136352122122
Binary11110111111000011010110101001111101110101010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E1AD; }

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

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

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

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

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

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

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

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