#FEC694

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

Shades of Peach-Orange #FEC694

Tints of Peach-Orange #FEC694

Color information

#FEC694 (or 0xFEC694) is unknown color: approx Peach-Orange. HEX triplet: FE, C6 and 94. RGB value is (254,198,148). Sum of RGB (Red+Green+Blue) = 254+198+148=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 198 (77.73% from 255 or 33% from 600); Blue value is 148 (58.20% from 255 or 24.67% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC694 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC694 is #01396B. Grayscale: #D1D1D1. Windows color (decimal): -80236 or 9750270. OLE color: 9750270.

HSL color Cylindrical-coordinate representation of color #FEC694: hue angle of 28.3º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FEC694 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.00.

Color convert

RGB254198148-
CMYK00.220.420.00
HSL28.3º98.15%78.82%-
HSV(B)28.3º41.73%99.61%-
XYZ66.4163.636.79-
YUV209.0493.55160.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.33%
GREEN value IS 198 (77.73% from 255) = 33%
BLUE value IS 148 (58.20% from 255) = 24.67%
R=42.33%
G=33%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419814800.220.420.0028.398.1578.82
HexFEC6940162A01c624f
Octal37630622402652034142117
Binary11111110110001101001010001011010101001110011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC694; }

 p { color: rgb(254,198,148); }

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

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

 a { background-color: rgb(254,198,148); }

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

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

 span { border-color: rgb(254,198,148); }

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