#FFC997

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

Shades of Peach-Orange #FFC997

Tints of Peach-Orange #FFC997

Color information

#FFC997 (or 0xFFC997) is unknown color: approx Peach-Orange. HEX triplet: FF, C9 and 97. RGB value is (255,201,151). Sum of RGB (Red+Green+Blue) = 255+201+151=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 201 (78.91% from 255 or 33.11% from 607); Blue value is 151 (59.38% from 255 or 24.88% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC997 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC997 is #003668. Grayscale: #D3D3D3. Windows color (decimal): -13929 or 9947647. OLE color: 9947647.

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

Color convert

RGB255201151-
CMYK00.210.410
HSL28.85º100%79.61%-
HSV(B)28.85º40.78%100%-
XYZ67.7165.2738.31-
YUV211.4593.89159.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.01%
GREEN value IS 201 (78.91% from 255) = 33.11%
BLUE value IS 151 (59.38% from 255) = 24.88%
R=42.01%
G=33.11%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520115100.210.41028.8510079.61
HexFFC9970152901d6450
Octal37731122702551035144120
Binary11111111110010011001011101010110100101110111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC997; }

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

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

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

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

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

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

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

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