#F6C192

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

Shades of Peach-Orange #F6C192

Tints of Peach-Orange #F6C192

Color information

#F6C192 (or 0xF6C192) is unknown color: approx Peach-Orange. HEX triplet: F6, C1 and 92. RGB value is (246,193,146). Sum of RGB (Red+Green+Blue) = 246+193+146=585 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.05% from 585); Green value is 193 (75.78% from 255 or 32.99% from 585); Blue value is 146 (57.42% from 255 or 24.96% from 585); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C192 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C192 is #093E6D. Grayscale: #CBCBCB. Windows color (decimal): -605806 or 9617910. OLE color: 9617910.

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

Color convert

RGB246193146-
CMYK00.220.410.04
HSL28.2º84.75%76.86%-
HSV(B)28.2º40.65%96.47%-
XYZ62.2659.8135.46-
YUV203.4995.56158.32-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.05%
GREEN value IS 193 (75.78% from 255) = 32.99%
BLUE value IS 146 (57.42% from 255) = 24.96%
R=42.05%
G=32.99%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619314600.220.410.0428.284.7576.86
HexF6C1920162941c554d
Octal36630122202651434125115
Binary1111011011000001100100100101101010011001110010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C192; }

 p { color: rgb(246,193,146); }

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

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

 a { background-color: rgb(246,193,146); }

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

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

 span { border-color: rgb(246,193,146); }

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