#F6C690

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

Shades of Peach-Orange #F6C690

Tints of Peach-Orange #F6C690

Color information

#F6C690 (or 0xF6C690) is unknown color: approx Peach-Orange. HEX triplet: F6, C6 and 90. RGB value is (246,198,144). Sum of RGB (Red+Green+Blue) = 246+198+144=588 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.84% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 144 (56.64% from 255 or 24.49% from 588); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C690 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C690 is #09396F. Grayscale: #CECECE. Windows color (decimal): -604528 or 9488118. OLE color: 9488118.

HSL color Cylindrical-coordinate representation of color #F6C690: hue angle of 31.76º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F6C690 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB246198144-
CMYK00.200.410.04
HSL31.76º85%76.47%-
HSV(B)31.76º41.46%96.47%-
XYZ63.2361.9935.02-
YUV206.292.9156.39-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.84%
GREEN value IS 198 (77.73% from 255) = 33.67%
BLUE value IS 144 (56.64% from 255) = 24.49%
R=41.84%
G=33.67%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619814400.200.410.0431.768576.47
HexF6C69001429420554c
Octal36630622002451440125114
Binary11110110110001101001000001010010100110010000010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C690; }

 p { color: rgb(246,198,144); }

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

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

 a { background-color: rgb(246,198,144); }

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

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

 span { border-color: rgb(246,198,144); }

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