#F6C494

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

Shades of Peach-Orange #F6C494

Tints of Peach-Orange #F6C494

Color information

#F6C494 (or 0xF6C494) is unknown color: approx Peach-Orange. HEX triplet: F6, C4 and 94. RGB value is (246,196,148). Sum of RGB (Red+Green+Blue) = 246+196+148=590 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.69% from 590); Green value is 196 (76.95% from 255 or 33.22% from 590); Blue value is 148 (58.20% from 255 or 25.08% from 590); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C494 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C494 is #093B6B. Grayscale: #CDCDCD. Windows color (decimal): -605036 or 9749750. OLE color: 9749750.

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

Color convert

RGB246196148-
CMYK00.200.400.04
HSL29.39º84.48%77.25%-
HSV(B)29.39º39.84%96.47%-
XYZ63.0961.2136.51-
YUV205.4895.56156.9-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.69%
GREEN value IS 196 (76.95% from 255) = 33.22%
BLUE value IS 148 (58.20% from 255) = 25.08%
R=41.69%
G=33.22%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619614800.200.400.0429.3984.4877.25
HexF6C4940142841d544d
Octal36630422402450435124115
Binary1111011011000100100101000101001010001001110110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C494; }

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

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

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

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

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

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

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

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