#F6DCAA

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

Shades of Peach-Yellow #F6DCAA

Tints of Peach-Yellow #F6DCAA

Color information

#F6DCAA (or 0xF6DCAA) is unknown color: approx Peach-Yellow. HEX triplet: F6, DC and AA. RGB value is (246,220,170). Sum of RGB (Red+Green+Blue) = 246+220+170=636 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.68% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 170 (66.80% from 255 or 26.73% from 636); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DCAA is #092355. Grayscale: #DEDEDE. Windows color (decimal): -598870 or 11197686. OLE color: 11197686.

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

Color convert

RGB246220170-
CMYK00.110.310.04
HSL39.47º80.85%81.57%-
HSV(B)39.47º30.89%96.47%-
XYZ70.8573.6848.52-
YUV222.0798.61145.07-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.68%
GREEN value IS 220 (86.33% from 255) = 34.59%
BLUE value IS 170 (66.80% from 255) = 26.73%
R=38.68%
G=34.59%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622017000.110.310.0439.4780.8581.57
HexF6DCAA0B1F4275152
Octal36633425201337447121122
Binary111101101101110010101010010111111110010011110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DCAA; }

 p { color: rgb(246,220,170); }

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

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

 a { background-color: rgb(246,220,170); }

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

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

 span { border-color: rgb(246,220,170); }

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