Html Css Color HEX #F6C996 Peach-Orange

📋 copy color: '#F6C996'

red 246 ◦ green 201 ◦ blue 150

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

Shades of Peach-Orange #F6C996

Tints of Peach-Orange #F6C996

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.67%

 BLUE value IS 150 (58.98% from 255) = 25.13%

R = 41.21%
G = 33.67%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F6C996 (or 0xF6C996) is known color: Peach-Orange. HEX triplet: F6, C9 and 96. RGB value is (246,201,150). Sum of RGB (Red+Green+Blue) = 246+201+150=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 201 (78.91% from 255 or 33.67% from 597); Blue value is 150 (58.98% from 255 or 25.13% from 597); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C996 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C996 is #093669. Grayscale: #D0D0D0. Windows color (decimal): -603754 or 9882102. OLE color: 9882102.

HSL color Cylindrical-coordinate representation of color #F6C996: hue angle of 31.88º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F6C996 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 201 150 -
CMYK 0 0.18 0.39 0.04
HSL 31.88º 0.84% 0.78% -
HSV(B) 31.88º 0.39% 0.96% -
XYZ 64.4 63.57 37.73 -
YUV 208.64 94.91 154.65 -
System Red Green Blue C M Y K H S L
Decimal 246 201 150 0 0.18 0.39 0.04 31.88 0.84 0.78
Hex F6 C9 96 0 12 27 4 20 54 4E
Octal 366 311 226 0 22 47 4 40 124 116
Binary 11110110 11001001 10010110 0 10010 100111 100 100000 1010100 1001110

Color Harmonies of #F6C996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C996

Black with #F6C996

Text Example


Text Example

White with #F6C996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C996; }

 p { color: rgb(246,201,150); }

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

background-color css

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

 a { background-color: rgb(246,201,150); }

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

border-color css

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

 span { border-color: rgb(246,201,150); }

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