Html Css Color HEX #F6C591 Peach-Orange

📋 copy color: '#F6C591'

red 246 ◦ green 197 ◦ blue 145

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

Shades of Peach-Orange #F6C591

Tints of Peach-Orange #F6C591

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.5%

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

R = 41.84%
G = 33.5%
B = 24.66%

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

#F6C591 (or 0xF6C591) is known color: Peach-Orange. HEX triplet: F6, C5 and 91. RGB value is (246,197,145). Sum of RGB (Red+Green+Blue) = 246+197+145=588 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.84% from 588); Green value is 197 (77.34% from 255 or 33.50% from 588); Blue value is 145 (57.03% from 255 or 24.66% from 588); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C591 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C591 is #093A6E. Grayscale: #CDCDCD. Windows color (decimal): -604783 or 9553398. OLE color: 9553398.

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

Color convert

RGB 246 197 145 -
CMYK 0 0.20 0.41 0.04
HSL 30.89º 0.85% 0.77% -
HSV(B) 30.89º 0.41% 0.96% -
XYZ 63.08 61.57 35.35 -
YUV 205.72 93.73 156.73 -
System Red Green Blue C M Y K H S L
Decimal 246 197 145 0 0.20 0.41 0.04 30.89 0.85 0.77
Hex F6 C5 91 0 14 29 4 1F 55 4D
Octal 366 305 221 0 24 51 4 37 125 115
Binary 11110110 11000101 10010001 0 10100 101001 100 11111 1010101 1001101

Color Harmonies of #F6C591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C591

Black with #F6C591

Text Example


Text Example

White with #F6C591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C591; }

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

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

background-color css

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

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

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

border-color css

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

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

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