Html Css Color HEX #F6C893 Peach-Orange

📋 copy color: '#F6C893'

red 246 ◦ green 200 ◦ blue 147

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

Shades of Peach-Orange #F6C893

Tints of Peach-Orange #F6C893

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.73%

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

R = 41.48%
G = 33.73%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F6C893 (or 0xF6C893) is known color: Peach-Orange. HEX triplet: F6, C8 and 93. RGB value is (246,200,147). Sum of RGB (Red+Green+Blue) = 246+200+147=593 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.48% from 593); Green value is 200 (78.52% from 255 or 33.73% from 593); Blue value is 147 (57.81% from 255 or 24.79% from 593); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C893 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C893 is #09376C. Grayscale: #CFCFCF. Windows color (decimal): -604013 or 9685238. OLE color: 9685238.

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

Color convert

RGB 246 200 147 -
CMYK 0 0.19 0.40 0.04
HSL 32.12º 0.85% 0.77% -
HSV(B) 32.12º 0.4% 0.96% -
XYZ 63.93 63.01 36.4 -
YUV 207.71 93.74 155.31 -
System Red Green Blue C M Y K H S L
Decimal 246 200 147 0 0.19 0.40 0.04 32.12 0.85 0.77
Hex F6 C8 93 0 13 28 4 20 55 4D
Octal 366 310 223 0 23 50 4 40 125 115
Binary 11110110 11001000 10010011 0 10011 101000 100 100000 1010101 1001101

Color Harmonies of #F6C893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C893

Black with #F6C893

Text Example


Text Example

White with #F6C893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C893; }

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

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

background-color css

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

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

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

border-color css

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

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

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