Html Css Color HEX #F6C693 Peach-Orange

📋 copy color: '#F6C693'

red 246 ◦ green 198 ◦ blue 147

#F6C693
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peach-Orange #F6C693

Tints of Peach-Orange #F6C693

RGB

 RED value IS 246 (96.48% from 255) = 41.62%

 GREEN value IS 198 (77.73% from 255) = 33.5%

 BLUE value IS 147 (57.81% from 255) = 24.87%

R = 41.62%
G = 33.5%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F6C693 (or 0xF6C693) is known color: Peach-Orange. HEX triplet: F6, C6 and 93. RGB value is (246,198,147). Sum of RGB (Red+Green+Blue) = 246+198+147=591 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.62% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 147 (57.81% from 255 or 24.87% from 591); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C693 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C693 is #09396C. Grayscale: #CECECE. Windows color (decimal): -604525 or 9684726. OLE color: 9684726.

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

Color convert

RGB 246 198 147 -
CMYK 0 0.20 0.40 0.04
HSL 30.91º 0.85% 0.77% -
HSV(B) 30.91º 0.4% 0.96% -
XYZ 63.47 62.09 36.24 -
YUV 206.54 94.4 156.15 -
System Red Green Blue C M Y K H S L
Decimal 246 198 147 0 0.20 0.40 0.04 30.91 0.85 0.77
Hex F6 C6 93 0 14 28 4 1F 55 4D
Octal 366 306 223 0 24 50 4 37 125 115
Binary 11110110 11000110 10010011 0 10100 101000 100 11111 1010101 1001101

Color Harmonies of #F6C693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C693

Black with #F6C693

Text Example


Text Example

White with #F6C693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C693; }

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

 H1.HeaderClassName
 {
   color: #F6C693;
 }
 .AnyTagClassName
 {
   color: #F6C693;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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