#FCCE97

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

Shades of Peach-Orange #FCCE97

Tints of Peach-Orange #FCCE97

Color information

#FCCE97 (or 0xFCCE97) is unknown color: approx Peach-Orange. HEX triplet: FC, CE and 97. RGB value is (252,206,151). Sum of RGB (Red+Green+Blue) = 252+206+151=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 151 (59.38% from 255 or 24.79% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCE97 is #033168. Grayscale: #D5D5D5. Windows color (decimal): -209257 or 9948924. OLE color: 9948924.

HSL color Cylindrical-coordinate representation of color #FCCE97: hue angle of 32.67º 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 #FCCE97 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB252206151-
CMYK00.180.400.01
HSL32.67º94.39%79.02%-
HSV(B)32.67º40.08%98.82%-
XYZ67.867.0738.65-
YUV213.4892.74155.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.38%
GREEN value IS 206 (80.86% from 255) = 33.83%
BLUE value IS 151 (59.38% from 255) = 24.79%
R=41.38%
G=33.83%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220615100.180.400.0132.6794.3979.02
HexFCCE97012281215e4f
Octal37431622702250141136117
Binary111111001100111010010111010010101000110000110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCE97; }

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

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

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

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

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

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

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

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