#FCC997

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

Shades of Peach-Orange #FCC997

Tints of Peach-Orange #FCC997

Color information

#FCC997 (or 0xFCC997) is unknown color: approx Peach-Orange. HEX triplet: FC, C9 and 97. RGB value is (252,201,151). Sum of RGB (Red+Green+Blue) = 252+201+151=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 201 (78.91% from 255 or 33.28% from 604); Blue value is 151 (59.38% from 255 or 25% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC997 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC997 is #033668. Grayscale: #D2D2D2. Windows color (decimal): -210537 or 9947644. OLE color: 9947644.

HSL color Cylindrical-coordinate representation of color #FCC997: hue angle of 29.7º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCC997 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB252201151-
CMYK00.200.400.01
HSL29.7º94.39%79.02%-
HSV(B)29.7º40.08%98.82%-
XYZ66.6264.738.26-
YUV210.5594.4157.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.72%
GREEN value IS 201 (78.91% from 255) = 33.28%
BLUE value IS 151 (59.38% from 255) = 25%
R=41.72%
G=33.28%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220115100.200.400.0129.794.3979.02
HexFCC9970142811e5e4f
Octal37431122702450136136117
Binary11111100110010011001011101010010100011111010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC997; }

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

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

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

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

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

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

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

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