#FEC798

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

Shades of Peach-Orange #FEC798

Tints of Peach-Orange #FEC798

Color information

#FEC798 (or 0xFEC798) is unknown color: approx Peach-Orange. HEX triplet: FE, C7 and 98. RGB value is (254,199,152). Sum of RGB (Red+Green+Blue) = 254+199+152=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 199 (78.12% from 255 or 32.89% from 605); Blue value is 152 (59.77% from 255 or 25.12% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC798 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC798 is #013867. Grayscale: #D2D2D2. Windows color (decimal): -79976 or 10012670. OLE color: 10012670.

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

Color convert

RGB254199152-
CMYK00.220.400.00
HSL27.65º98.08%79.61%-
HSV(B)27.65º40.16%99.61%-
XYZ66.9664.1838.57-
YUV210.0995.22159.32-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.98%
GREEN value IS 199 (78.12% from 255) = 32.89%
BLUE value IS 152 (59.77% from 255) = 25.12%
R=41.98%
G=32.89%
B=25.12%

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
Decimal25419915200.220.400.0027.6598.0879.61
HexFEC7980162801c6250
Octal37630723002650034142120
Binary11111110110001111001100001011010100001110011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC798; }

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

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

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

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

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

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

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

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