Html Css Color HEX #F6C890 Peach-Orange

📋 copy color: '#F6C890'

red 246 ◦ green 200 ◦ blue 144

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

Shades of Peach-Orange #F6C890

Tints of Peach-Orange #F6C890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.41%

R = 41.69%
G = 33.9%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F6C890 (or 0xF6C890) is known color: Peach-Orange. HEX triplet: F6, C8 and 90. RGB value is (246,200,144). Sum of RGB (Red+Green+Blue) = 246+200+144=590 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.69% from 590); Green value is 200 (78.52% from 255 or 33.90% from 590); Blue value is 144 (56.64% from 255 or 24.41% from 590); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C890 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C890 is #09376F. Grayscale: #CFCFCF. Windows color (decimal): -604016 or 9488630. OLE color: 9488630.

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

Color convert

RGB 246 200 144 -
CMYK 0 0.19 0.41 0.04
HSL 32.94º 0.85% 0.76% -
HSV(B) 32.94º 0.41% 0.96% -
XYZ 63.69 62.92 35.17 -
YUV 207.37 92.24 155.55 -
System Red Green Blue C M Y K H S L
Decimal 246 200 144 0 0.19 0.41 0.04 32.94 0.85 0.76
Hex F6 C8 90 0 13 29 4 21 55 4C
Octal 366 310 220 0 23 51 4 41 125 114
Binary 11110110 11001000 10010000 0 10011 101001 100 100001 1010101 1001100

Color Harmonies of #F6C890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C890

Black with #F6C890

Text Example


Text Example

White with #F6C890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C890; }

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

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

background-color css

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

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

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

border-color css

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

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

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