#FCCE99

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

Shades of Peach-Orange #FCCE99

Tints of Peach-Orange #FCCE99

Color information

#FCCE99 (or 0xFCCE99) is unknown color: approx Peach-Orange. HEX triplet: FC, CE and 99. RGB value is (252,206,153). Sum of RGB (Red+Green+Blue) = 252+206+153=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 153 (60.16% from 255 or 25.04% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCE99 is #033166. Grayscale: #D5D5D5. Windows color (decimal): -209255 or 10079996. OLE color: 10079996.

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

Color convert

RGB252206153-
CMYK00.180.390.01
HSL32.12º94.29%79.41%-
HSV(B)32.12º39.29%98.82%-
XYZ67.9767.1439.51-
YUV213.7193.74155.31-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.24%
GREEN value IS 206 (80.86% from 255) = 33.72%
BLUE value IS 153 (60.16% from 255) = 25.04%
R=41.24%
G=33.72%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220615300.180.390.0132.1294.2979.41
HexFCCE99012271205e4f
Octal37431623102247140136117
Binary111111001100111010011001010010100111110000010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCE99; }

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

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

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

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

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

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

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

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