Html Css Color HEX #F6C491 Peach-Orange

📋 copy color: '#F6C491'

red 246 ◦ green 196 ◦ blue 145

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

Shades of Peach-Orange #F6C491

Tints of Peach-Orange #F6C491

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.39%

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

R = 41.91%
G = 33.39%
B = 24.7%

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

#F6C491 (or 0xF6C491) is known color: Peach-Orange. HEX triplet: F6, C4 and 91. RGB value is (246,196,145). Sum of RGB (Red+Green+Blue) = 246+196+145=587 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.91% from 587); Green value is 196 (76.95% from 255 or 33.39% from 587); Blue value is 145 (57.03% from 255 or 24.70% from 587); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C491 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C491 is #093B6E. Grayscale: #CDCDCD. Windows color (decimal): -605039 or 9553142. OLE color: 9553142.

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

Color convert

RGB 246 196 145 -
CMYK 0 0.20 0.41 0.04
HSL 30.3º 0.85% 0.77% -
HSV(B) 30.3º 0.41% 0.96% -
XYZ 62.86 61.12 35.27 -
YUV 205.14 94.07 157.15 -
System Red Green Blue C M Y K H S L
Decimal 246 196 145 0 0.20 0.41 0.04 30.3 0.85 0.77
Hex F6 C4 91 0 14 29 4 1E 55 4D
Octal 366 304 221 0 24 51 4 36 125 115
Binary 11110110 11000100 10010001 0 10100 101001 100 11110 1010101 1001101

Color Harmonies of #F6C491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C491

Black with #F6C491

Text Example


Text Example

White with #F6C491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C491; }

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

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

background-color css

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

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

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

border-color css

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

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

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