#F6E2AD

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

Shades of Peach-Yellow #F6E2AD

Tints of Peach-Yellow #F6E2AD

Color information

#F6E2AD (or 0xF6E2AD) is unknown color: approx Peach-Yellow. HEX triplet: F6, E2 and AD. RGB value is (246,226,173). Sum of RGB (Red+Green+Blue) = 246+226+173=645 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.14% from 645); Green value is 226 (88.67% from 255 or 35.04% from 645); Blue value is 173 (67.97% from 255 or 26.82% from 645); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E2AD is #091D52. Grayscale: #E2E2E2. Windows color (decimal): -597331 or 11395830. OLE color: 11395830.

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

Color convert

RGB246226173-
CMYK00.080.300.04
HSL43.56º80.22%82.16%-
HSV(B)43.56º29.67%96.47%-
XYZ72.757750.56-
YUV225.9498.13142.31-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.14%
GREEN value IS 226 (88.67% from 255) = 35.04%
BLUE value IS 173 (67.97% from 255) = 26.82%
R=38.14%
G=35.04%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622617300.080.300.0443.5680.2282.16
HexF6E2AD081E42c5052
Octal36634225501036454120122
Binary111101101110001010101101010001111010010110010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E2AD; }

 p { color: rgb(246,226,173); }

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

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

 a { background-color: rgb(246,226,173); }

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

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

 span { border-color: rgb(246,226,173); }

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