#FFC996

Color #FFC996 Peach-Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach-Orange #FFC996

Tints of Peach-Orange #FFC996

Color information

#FFC996 (or 0xFFC996) is unknown color: approx Peach-Orange. HEX triplet: FF, C9 and 96. RGB value is (255,201,150). Sum of RGB (Red+Green+Blue) = 255+201+150=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 201 (78.91% from 255 or 33.17% from 606); Blue value is 150 (58.98% from 255 or 24.75% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC996 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC996 is #003669. Grayscale: #D3D3D3. Windows color (decimal): -13930 or 9882111. OLE color: 9882111.

HSL color Cylindrical-coordinate representation of color #FFC996: hue angle of 29.14º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFC996 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB255201150-
CMYK00.210.410
HSL29.14º100%79.41%-
HSV(B)29.14º41.18%100%-
XYZ67.6365.2437.88-
YUV211.3393.39159.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.08%
GREEN value IS 201 (78.91% from 255) = 33.17%
BLUE value IS 150 (58.98% from 255) = 24.75%
R=42.08%
G=33.17%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520115000.210.41029.1410079.41
HexFFC9960152901d644f
Octal37731122602551035144117
Binary11111111110010011001011001010110100101110111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC996; }

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

 H1.HeaderClassName
 {
   color: #FFC996;
 }
 .AnyTagClassName
 {
   color: #FFC996;
 }
</style>
background-color css

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

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

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

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

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

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