Html Css Color HEX #F6C394 Peach-Orange

📋 copy color: '#F6C394'

red 246 ◦ green 195 ◦ blue 148

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

Shades of Peach-Orange #F6C394

Tints of Peach-Orange #F6C394

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.11%

 BLUE value IS 148 (58.2% from 255) = 25.13%

R = 41.77%
G = 33.11%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F6C394 (or 0xF6C394) is known color: Peach-Orange. HEX triplet: F6, C3 and 94. RGB value is (246,195,148). Sum of RGB (Red+Green+Blue) = 246+195+148=589 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.77% from 589); Green value is 195 (76.56% from 255 or 33.11% from 589); Blue value is 148 (58.20% from 255 or 25.13% from 589); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C394 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C394 is #093C6B. Grayscale: #CDCDCD. Windows color (decimal): -605292 or 9749494. OLE color: 9749494.

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

Color convert

RGB 246 195 148 -
CMYK 0 0.21 0.40 0.04
HSL 28.78º 0.84% 0.77% -
HSV(B) 28.78º 0.4% 0.96% -
XYZ 62.87 60.76 36.43 -
YUV 204.89 95.9 157.32 -
System Red Green Blue C M Y K H S L
Decimal 246 195 148 0 0.21 0.40 0.04 28.78 0.84 0.77
Hex F6 C3 94 0 15 28 4 1D 54 4D
Octal 366 303 224 0 25 50 4 35 124 115
Binary 11110110 11000011 10010100 0 10101 101000 100 11101 1010100 1001101

Color Harmonies of #F6C394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C394

Black with #F6C394

Text Example


Text Example

White with #F6C394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C394; }

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

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

background-color css

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

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

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

border-color css

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

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

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