#FEC689

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

Shades of Peach-Orange #FEC689

Tints of Peach-Orange #FEC689

Color information

#FEC689 (or 0xFEC689) is unknown color: approx Peach-Orange. HEX triplet: FE, C6 and 89. RGB value is (254,198,137). Sum of RGB (Red+Green+Blue) = 254+198+137=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 137 (53.91% from 255 or 23.26% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC689 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC689 is #013976. Grayscale: #D0D0D0. Windows color (decimal): -80247 or 9029374. OLE color: 9029374.

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

Color convert

RGB254198137-
CMYK00.220.460.00
HSL31.28º98.32%76.67%-
HSV(B)31.28º46.06%99.61%-
XYZ65.5863.2732.42-
YUV207.7988.05160.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.12%
GREEN value IS 198 (77.73% from 255) = 33.62%
BLUE value IS 137 (53.91% from 255) = 23.26%
R=43.12%
G=33.62%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419813700.220.460.0031.2898.3276.67
HexFEC6890162E01f624d
Octal37630621102656037142115
Binary11111110110001101000100101011010111001111111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC689; }

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

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

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

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

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

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

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

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