#F6C394

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

Shades of Peach-Orange #F6C394

Tints of Peach-Orange #F6C394

Color information

#F6C394 (or 0xF6C394) is unknown color: approx Peach-Orange. HEX triplet: F6, C3 and 94. RGB value is (246,195,148). Sum of RGB (Red+Green+Blue) = 246+195+148=589 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.77% from 589); Green value is 195 (76.56% from 255 or 33.11% from 589); Blue value is 148 (58.20% from 255 or 25.13% from 589); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C394 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C394 is #093C6B. Grayscale: #CDCDCD. Windows color (decimal): -605292 or 9749494. OLE color: 9749494.

HSL color Cylindrical-coordinate representation of color #F6C394: hue angle of 28.78º degrees, saturation: 0.84, 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 #F6C394 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB246195148-
CMYK00.210.400.04
HSL28.78º84.48%77.25%-
HSV(B)28.78º39.84%96.47%-
XYZ62.8760.7636.43-
YUV204.8995.9157.32-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.77%
GREEN value IS 195 (76.56% from 255) = 33.11%
BLUE value IS 148 (58.20% from 255) = 25.13%
R=41.77%
G=33.11%
B=25.13%

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
Decimal24619514800.210.400.0428.7884.4877.25
HexF6C3940152841d544d
Octal36630322402550435124115
Binary1111011011000011100101000101011010001001110110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C394; }

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

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

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

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

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

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

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

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