#FECC99

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

Shades of Peach-Orange #FECC99

Tints of Peach-Orange #FECC99

Color information

#FECC99 (or 0xFECC99) is unknown color: approx Peach-Orange. HEX triplet: FE, CC and 99. RGB value is (254,204,153). Sum of RGB (Red+Green+Blue) = 254+204+153=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 153 (60.16% from 255 or 25.04% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECC99 is #013366. Grayscale: #D5D5D5. Windows color (decimal): -78695 or 10079486. OLE color: 10079486.

HSL color Cylindrical-coordinate representation of color #FECC99: hue angle of 30.3º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FECC99 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.00.

Color convert

RGB254204153-
CMYK00.200.400.00
HSL30.3º98.06%79.8%-
HSV(B)30.3º39.76%99.61%-
XYZ68.2266.5639.39-
YUV213.1494.06157.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.57%
GREEN value IS 204 (80.08% from 255) = 33.39%
BLUE value IS 153 (60.16% from 255) = 25.04%
R=41.57%
G=33.39%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420415300.200.400.0030.398.0679.8
HexFECC990142801e6250
Octal37631423102450036142120
Binary11111110110011001001100101010010100001111011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECC99; }

 p { color: rgb(254,204,153); }

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

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

 a { background-color: rgb(254,204,153); }

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

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

 span { border-color: rgb(254,204,153); }

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