#F7E0AE

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

Shades of Peach-Yellow #F7E0AE

Tints of Peach-Yellow #F7E0AE

Color information

#F7E0AE (or 0xF7E0AE) is unknown color: approx Peach-Yellow. HEX triplet: F7, E0 and AE. RGB value is (247,224,174). Sum of RGB (Red+Green+Blue) = 247+224+174=645 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.29% from 645); Green value is 224 (87.89% from 255 or 34.73% from 645); Blue value is 174 (68.36% from 255 or 26.98% from 645); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E0AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7E0AE is #081F51. Grayscale: #E1E1E1. Windows color (decimal): -532306 or 11460855. OLE color: 11460855.

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

Color convert

RGB247224174-
CMYK00.090.300.03
HSL41.1º82.02%82.55%-
HSV(B)41.1º29.55%96.86%-
XYZ72.6576.1450.91-
YUV225.1899.12143.57-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.29%
GREEN value IS 224 (87.89% from 255) = 34.73%
BLUE value IS 174 (68.36% from 255) = 26.98%
R=38.29%
G=34.73%
B=26.98%

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
Decimal24722417400.090.300.0341.182.0282.55
HexF7E0AE091E3295253
Octal36734025601136351122123
Binary11110111111000001010111001001111101110100110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E0AE; }

 p { color: rgb(247,224,174); }

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

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

 a { background-color: rgb(247,224,174); }

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

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

 span { border-color: rgb(247,224,174); }

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