#FEC799

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

Shades of Peach-Orange #FEC799

Tints of Peach-Orange #FEC799

Color information

#FEC799 (or 0xFEC799) is unknown color: approx Peach-Orange. HEX triplet: FE, C7 and 99. RGB value is (254,199,153). Sum of RGB (Red+Green+Blue) = 254+199+153=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 199 (78.12% from 255 or 32.84% from 606); Blue value is 153 (60.16% from 255 or 25.25% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC799 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC799 is #013866. Grayscale: #D2D2D2. Windows color (decimal): -79975 or 10078206. OLE color: 10078206.

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

Color convert

RGB254199153-
CMYK00.220.400.00
HSL27.33º98.06%79.8%-
HSV(B)27.33º39.76%99.61%-
XYZ67.0564.2239-
YUV210.295.72159.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.91%
GREEN value IS 199 (78.12% from 255) = 32.84%
BLUE value IS 153 (60.16% from 255) = 25.25%
R=41.91%
G=32.84%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419915300.220.400.0027.3398.0679.8
HexFEC7990162801b6250
Octal37630723102650033142120
Binary11111110110001111001100101011010100001101111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC799; }

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

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

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

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

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

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

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

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