#FCC799

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

Shades of Peach-Orange #FCC799

Tints of Peach-Orange #FCC799

Color information

#FCC799 (or 0xFCC799) is unknown color: approx Peach-Orange. HEX triplet: FC, C7 and 99. RGB value is (252,199,153). Sum of RGB (Red+Green+Blue) = 252+199+153=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 199 (78.12% from 255 or 32.95% from 604); Blue value is 153 (60.16% from 255 or 25.33% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC799 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC799 is #033866. Grayscale: #D1D1D1. Windows color (decimal): -211047 or 10078204. OLE color: 10078204.

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

Color convert

RGB252199153-
CMYK00.210.390.01
HSL27.88º94.29%79.41%-
HSV(B)27.88º39.29%98.82%-
XYZ66.3263.8438.96-
YUV209.696.06158.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.72%
GREEN value IS 199 (78.12% from 255) = 32.95%
BLUE value IS 153 (60.16% from 255) = 25.33%
R=41.72%
G=32.95%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219915300.210.390.0127.8894.2979.41
HexFCC7990152711c5e4f
Octal37430723102547134136117
Binary11111100110001111001100101010110011111110010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC799; }

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

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

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

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

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

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

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

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