Html Css Color HEX #F6C294 Peach-Orange

📋 copy color: '#F6C294'

red 246 ◦ green 194 ◦ blue 148

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

Shades of Peach-Orange #F6C294

Tints of Peach-Orange #F6C294

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.99%

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

R = 41.84%
G = 32.99%
B = 25.17%

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

#F6C294 (or 0xF6C294) is known color: Peach-Orange. HEX triplet: F6, C2 and 94. RGB value is (246,194,148). Sum of RGB (Red+Green+Blue) = 246+194+148=588 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.84% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 148 (58.20% from 255 or 25.17% from 588); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C294 is #093D6B. Grayscale: #CCCCCC. Windows color (decimal): -605548 or 9749238. OLE color: 9749238.

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

Color convert

RGB 246 194 148 -
CMYK 0 0.21 0.40 0.04
HSL 28.16º 0.84% 0.77% -
HSV(B) 28.16º 0.4% 0.96% -
XYZ 62.64 60.31 36.36 -
YUV 204.3 96.23 157.74 -
System Red Green Blue C M Y K H S L
Decimal 246 194 148 0 0.21 0.40 0.04 28.16 0.84 0.77
Hex F6 C2 94 0 15 28 4 1C 54 4D
Octal 366 302 224 0 25 50 4 34 124 115
Binary 11110110 11000010 10010100 0 10101 101000 100 11100 1010100 1001101

Color Harmonies of #F6C294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C294

Black with #F6C294

Text Example


Text Example

White with #F6C294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C294; }

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

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

background-color css

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

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

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

border-color css

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

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

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