#F6C393

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

Shades of Peach-Orange #F6C393

Tints of Peach-Orange #F6C393

Color information

#F6C393 (or 0xF6C393) is unknown color: approx Peach-Orange. HEX triplet: F6, C3 and 93. RGB value is (246,195,147). Sum of RGB (Red+Green+Blue) = 246+195+147=588 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.84% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 147 (57.81% from 255 or 25% from 588); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C393 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C393 is #093C6C. Grayscale: #CDCDCD. Windows color (decimal): -605293 or 9683958. OLE color: 9683958.

HSL color Cylindrical-coordinate representation of color #F6C393: hue angle of 29.09º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F6C393 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB246195147-
CMYK00.210.400.04
HSL29.09º84.62%77.06%-
HSV(B)29.09º40.24%96.47%-
XYZ62.7960.7336.02-
YUV204.7895.4157.4-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.84%
GREEN value IS 195 (76.56% from 255) = 33.16%
BLUE value IS 147 (57.81% from 255) = 25%
R=41.84%
G=33.16%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619514700.210.400.0429.0984.6277.06
HexF6C3930152841d554d
Octal36630322302550435125115
Binary1111011011000011100100110101011010001001110110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C393; }

 p { color: rgb(246,195,147); }

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

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

 a { background-color: rgb(246,195,147); }

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

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

 span { border-color: rgb(246,195,147); }

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