#FEC589

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

Shades of Peach-Orange #FEC589

Tints of Peach-Orange #FEC589

Color information

#FEC589 (or 0xFEC589) is unknown color: approx Peach-Orange. HEX triplet: FE, C5 and 89. RGB value is (254,197,137). Sum of RGB (Red+Green+Blue) = 254+197+137=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 197 (77.34% from 255 or 33.50% from 588); Blue value is 137 (53.91% from 255 or 23.30% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC589 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC589 is #013A76. Grayscale: #CFCFCF. Windows color (decimal): -80503 or 9029118. OLE color: 9029118.

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

Color convert

RGB254197137-
CMYK00.220.460.00
HSL30.77º98.32%76.67%-
HSV(B)30.77º46.06%99.61%-
XYZ65.3562.8132.35-
YUV207.288.38161.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.20%
GREEN value IS 197 (77.34% from 255) = 33.50%
BLUE value IS 137 (53.91% from 255) = 23.30%
R=43.20%
G=33.50%
B=23.30%

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
Decimal25419713700.220.460.0030.7798.3276.67
HexFEC5890162E01f624d
Octal37630521102656037142115
Binary11111110110001011000100101011010111001111111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC589; }

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

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

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

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

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

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

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

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