#F6C38E

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

Shades of Peach-Orange #F6C38E

Tints of Peach-Orange #F6C38E

Color information

#F6C38E (or 0xF6C38E) is unknown color: approx Peach-Orange. HEX triplet: F6, C3 and 8E. RGB value is (246,195,142). Sum of RGB (Red+Green+Blue) = 246+195+142=583 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.20% from 583); Green value is 195 (76.56% from 255 or 33.45% from 583); Blue value is 142 (55.86% from 255 or 24.36% from 583); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C38E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C38E is #093C71. Grayscale: #CCCCCC. Windows color (decimal): -605298 or 9356278. OLE color: 9356278.

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

Color convert

RGB246195142-
CMYK00.210.420.04
HSL30.58º85.25%76.08%-
HSV(B)30.58º42.28%96.47%-
XYZ62.460.5833.99-
YUV204.2192.9157.81-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.20%
GREEN value IS 195 (76.56% from 255) = 33.45%
BLUE value IS 142 (55.86% from 255) = 24.36%
R=42.20%
G=33.45%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619514200.210.420.0430.5885.2576.08
HexF6C38E0152A41f554c
Octal36630321602552437125114
Binary1111011011000011100011100101011010101001111110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C38E; }

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

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

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

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

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

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

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

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