Html Css Color HEX #F6C691 Peach-Orange

📋 copy color: '#F6C691'

red 246 ◦ green 198 ◦ blue 145

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

Shades of Peach-Orange #F6C691

Tints of Peach-Orange #F6C691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 24.62%

R = 41.77%
G = 33.62%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F6C691 (or 0xF6C691) is known color: Peach-Orange. HEX triplet: F6, C6 and 91. RGB value is (246,198,145). Sum of RGB (Red+Green+Blue) = 246+198+145=589 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.77% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 145 (57.03% from 255 or 24.62% from 589); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C691 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C691 is #09396E. Grayscale: #CECECE. Windows color (decimal): -604527 or 9553654. OLE color: 9553654.

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

Color convert

RGB 246 198 145 -
CMYK 0 0.20 0.41 0.04
HSL 31.49º 0.85% 0.77% -
HSV(B) 31.49º 0.41% 0.96% -
XYZ 63.31 62.03 35.42 -
YUV 206.31 93.4 156.31 -
System Red Green Blue C M Y K H S L
Decimal 246 198 145 0 0.20 0.41 0.04 31.49 0.85 0.77
Hex F6 C6 91 0 14 29 4 1F 55 4D
Octal 366 306 221 0 24 51 4 37 125 115
Binary 11110110 11000110 10010001 0 10100 101001 100 11111 1010101 1001101

Color Harmonies of #F6C691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C691

Black with #F6C691

Text Example


Text Example

White with #F6C691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C691; }

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

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

background-color css

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

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

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

border-color css

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

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

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